Module: meta-ti Branch: master Commit: 466c2ab71c79f9ce8b8d6969fe59099093bdaeaa URL: http://arago-project.org/git/meta-ti.git?a=commit;h=466c2ab71c79f9ce8b8d6969fe59099093bdaeaa
Author: Chase Maupin <[email protected]> Date: Fri Oct 25 12:55:02 2013 -0500 linux-ti-staging: Update for AM437x GP EVM DTB Signed-off-by: Chase Maupin <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/include/ti43x.inc | 2 +- recipes-kernel/linux/linux-ti-staging_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index dc3baf6..12f569e 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc @@ -16,7 +16,7 @@ XSERVER = "xserver-xorg \ GUI_MACHINE_CLASS = "bigscreen" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r0" +MACHINE_KERNEL_PR = "r1" # Default providers, may need to override for specific machines PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index 57628df..ec86506 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb @@ -18,7 +18,7 @@ RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" # Default is to package all dtb files for ti33x devices unless building # for the specific beaglebone machine. KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" -KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb" +KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb" KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
