From patchwork Wed May 9 11:36:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 157932 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 5DBECB6EEB for ; Wed, 9 May 2012 21:36:58 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 694BD101C33; Wed, 9 May 2012 11:36:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ofEJggbLd9ib; Wed, 9 May 2012 11:36:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id F01AB1025BF; Wed, 9 May 2012 11:36:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 160DE8F753 for ; Wed, 9 May 2012 11:36:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0AC228F4B3 for ; Wed, 9 May 2012 11:36:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PtpalvToGNU3 for ; Wed, 9 May 2012 11:36:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id CED6C8F4A9 for ; Wed, 9 May 2012 11:36:46 +0000 (UTC) Received: from asgard (host105.190-136-216.telecom.net.ar [190.136.216.105]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q49Baf7D031098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 May 2012 08:36:43 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1336563405; bh=3xghtYkP9oeQDDQ0K/+dpn07RzUJfTAYMqVt1OXDOYs=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=FNHgZ9L5H1kVrKcJG7zB8LG+1IQGoVeRlEtKzzod11DXI9LU4eL4LutEQW3/09u/U CditWBg97er6gK0USNsAngDn+3nzGBNT5Vu5CW0jxrqE0IqymeywhDQlk+i1Lu+KdB c8VSiyg4yORKD9jFZDbMSqzbFbkF/QliJvoV1oQA= Received: by asgard (sSMTP sendmail emulation); Wed, 09 May 2012 08:36:41 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 9 May 2012 08:36:34 -0300 Message-Id: <1336563395-25599-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1336563395-25599-1-git-send-email-gustavo@zacarias.com.ar> References: <1336563395-25599-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/3] qemu/microblazeel-mmu: update configuration X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Beautify and lock down kernel version to avoid future issues. Signed-off-by: Gustavo Zacarias --- configs/qemu_microblazeel_mmu_defconfig | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/configs/qemu_microblazeel_mmu_defconfig b/configs/qemu_microblazeel_mmu_defconfig index 61420b4..26897b7 100644 --- a/configs/qemu_microblazeel_mmu_defconfig +++ b/configs/qemu_microblazeel_mmu_defconfig @@ -1,15 +1,25 @@ +# Architecture BR2_microblaze=y BR2_microblazeel=y + +# Toolchain BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2=y BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y -BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="microblazeel-unknown-linux-gnu" BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y BR2_TOOLCHAIN_EXTERNAL_CXX=y + +# System BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0" + +# Filesystem # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_ROOTFS_INITRAMFS=y + +# Kernel BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.5" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/kernel-3.3.config" BR2_LINUX_KERNEL_DTS_FILE="board/qemu/microblazeel-mmu/system.dts"