diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-07 09:29:37 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-07 16:54:00 +0200 |
commit | fde4abb986e3d008693fdbc7750938575f87fc43 (patch) | |
tree | 65ee06924b872b2fa64d4c64e122a38cd5acad27 | |
parent | 0833126567ed6e128862b650299533783ce9eb7a (diff) | |
download | buildroot-fde4abb986e3d008693fdbc7750938575f87fc43.tar.gz buildroot-fde4abb986e3d008693fdbc7750938575f87fc43.zip |
qemu/arm-nuri: update to the latest versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | board/qemu/arm-nuri/readme.txt | 2 | ||||
-rw-r--r-- | configs/qemu_arm_nuri_defconfig | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/qemu/arm-nuri/readme.txt b/board/qemu/arm-nuri/readme.txt index 0cf8d0bca4..15b5ac7442 100644 --- a/board/qemu/arm-nuri/readme.txt +++ b/board/qemu/arm-nuri/readme.txt @@ -7,4 +7,4 @@ graphical window is the framebuffer. Startup time is slow because of the SMP CPU emulation so be patient. -Tested with QEMU 1.7.0 +Tested with QEMU 2.1.2 diff --git a/configs/qemu_arm_nuri_defconfig b/configs/qemu_arm_nuri_defconfig index 40dcb37728..174810b7a7 100644 --- a/configs/qemu_arm_nuri_defconfig +++ b/configs/qemu_arm_nuri_defconfig @@ -16,12 +16,12 @@ BR2_TARGET_ROOTFS_INITRAMFS=y # Lock to 3.10 headers to avoid breaking with newer kernels # Stuck at 3.10.x because there's no Nuri DTS BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.10.32" +BR2_DEFAULT_KERNEL_VERSION="3.10.56" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.32" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.56" BR2_LINUX_KERNEL_DEFCONFIG="exynos4" BR2_LINUX_KERNEL_ZIMAGE=y |