Module: meta-ti Branch: master Commit: 6903f2aba8e1c159ef14dcd216d6c7832e409f28 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=6903f2aba8e1c159ef14dcd216d6c7832e409f28
Author: Denys Dmytriyenko <[email protected]> Date: Wed Oct 9 17:59:18 2013 -0400 ti33x: switch KERNEL_IMAGETYPE to zImage by default To be used with latest u-boot that prefers zImage over uImage Signed-off-by: Denys Dmytriyenko <[email protected]> Acked-by: Chase Maupin <[email protected]> --- conf/machine/include/ti33x.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 12b80c6..8a91a52 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -16,14 +16,14 @@ XSERVER = "xserver-xorg \ GUI_MACHINE_CLASS = "bigscreen" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r19" +MACHINE_KERNEL_PR = "r20" # Default providers, may need to override for specific machines PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" UBOOT_ARCH = "arm" UBOOT_MACHINE = "am335x_evm_config" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
