diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-11-15 10:25:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-15 22:48:13 +0100 |
commit | 0e35f3d4b8d32c1621c9604ba4e4dc7989045432 (patch) | |
tree | 824fbffc4e4ff70fe206e08670bb386c3a626989 | |
parent | 70a4131e624bd6a50bc2c425c87cbaadd5040735 (diff) | |
download | buildroot-novena-0e35f3d4b8d32c1621c9604ba4e4dc7989045432.tar.gz buildroot-novena-0e35f3d4b8d32c1621c9604ba4e4dc7989045432.zip |
qemu/ppc-mpc8544ds: update to use kernel 3.6.6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | board/qemu/powerpc-mpc8544ds/readme.txt | 2 | ||||
-rw-r--r-- | configs/qemu_ppc_mpc8544ds_defconfig | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/board/qemu/powerpc-mpc8544ds/readme.txt b/board/qemu/powerpc-mpc8544ds/readme.txt index 646f459df..07a9e3bc8 100644 --- a/board/qemu/powerpc-mpc8544ds/readme.txt +++ b/board/qemu/powerpc-mpc8544ds/readme.txt @@ -4,4 +4,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. -Tested with QEMU 1.1.1 +Tested with QEMU 1.2.0 diff --git a/configs/qemu_ppc_mpc8544ds_defconfig b/configs/qemu_ppc_mpc8544ds_defconfig index cc8b81a2a..95218a70d 100644 --- a/configs/qemu_ppc_mpc8544ds_defconfig +++ b/configs/qemu_ppc_mpc8544ds_defconfig @@ -6,13 +6,13 @@ BR2_powerpc_8548=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_ROOTFS_INITRAMFS=y -# Lock to 3.5 headers to avoid breaking with newer kernels -BR2_KERNEL_HEADERS_3_5=y +# Lock to 3.6 headers to avoid breaking with newer kernels +BR2_KERNEL_HEADERS_3_6=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6" BR2_LINUX_KERNEL_DEFCONFIG="mpc85xx" BR2_LINUX_KERNEL_VMLINUX=y |