summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-10-25 12:55:02 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-10-25 17:59:42 -0400
commit4aca8bd06336c52c50d790a6d856f0c371bd789f (patch)
treeac09180fe772df45430014c28fc36a9407f9360f
parentb4349f859654efcbca3be3c8376205db7f7175f8 (diff)
downloadmeta-ti-4aca8bd06336c52c50d790a6d856f0c371bd789f.tar.gz
linux-ti-staging: Update for AM437x GP EVM DTB
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/ti43x.inc2
-rw-r--r--recipes-kernel/linux/linux-ti-staging_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index dc3baf6b..12f569e6 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -16,7 +16,7 @@ XSERVER = "xserver-xorg \
16GUI_MACHINE_CLASS = "bigscreen" 16GUI_MACHINE_CLASS = "bigscreen"
17 17
18# Increase this everytime you change something in the kernel 18# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r0" 19MACHINE_KERNEL_PR = "r1"
20 20
21# Default providers, may need to override for specific machines 21# Default providers, may need to override for specific machines
22PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 22PREFERRED_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 57628dfa..ec865069 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"
18# Default is to package all dtb files for ti33x devices unless building 18# Default is to package all dtb files for ti33x devices unless building
19# for the specific beaglebone machine. 19# for the specific beaglebone machine.
20KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 20KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
21KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb" 21KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
22KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" 22KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
23KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" 23KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
24KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb" 24KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb"