diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-09 01:36:33 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-09 13:50:37 +0200 |
commit | 0afee253c9ac1774286a4ae3aed0ce81a9790d93 (patch) | |
tree | 34a4a74272b6386a5002e1d5b1405850fcd12130 | |
parent | 3bc3af3d9ccbd8c7031333038e377cafff9a8c5b (diff) | |
download | buildroot-novena-0afee253c9ac1774286a4ae3aed0ce81a9790d93.tar.gz buildroot-novena-0afee253c9ac1774286a4ae3aed0ce81a9790d93.zip |
qemu/microblazebe-mmu: update configuration
Beautify and lock down kernel version to avoid future issues.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | configs/qemu_microblazebe_mmu_defconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/qemu_microblazebe_mmu_defconfig b/configs/qemu_microblazebe_mmu_defconfig index 378e97290..156e264b0 100644 --- a/configs/qemu_microblazebe_mmu_defconfig +++ b/configs/qemu_microblazebe_mmu_defconfig @@ -1,14 +1,25 @@ +# Architecture BR2_microblaze=y BR2_microblazebe=y + +# Special toolchain BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2=y BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y 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/microblazebe-mmu/kernel-3.3.config" BR2_LINUX_KERNEL_DTS_FILE="board/qemu/microblazebe-mmu/system.dts" |