summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMaupin, Chase <chase.maupin@ti.com>2014-07-01 19:36:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-02 15:42:26 -0400
commitf4f82f787cb684ca4129729dbcfe34ee596b74c5 (patch)
treeba066f7103a514d9218515cd8cbd3bb2fe88c5e6 /recipes-kernel
parent224e2e31138b7535fecd29c84d3d807c902c7d6b (diff)
downloadmeta-ti-f4f82f787cb684ca4129729dbcfe34ee596b74c5.tar.gz
Update dra7xx-evm settings to use dra7xx SOC_FAMILY
* Update to use the dra7xx SOC_FAMILY instead of the specific dra7xx-evm machine type. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.12.bb4
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.14.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
index 90dab23b..e288a6d2 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
@@ -21,7 +21,7 @@ RDEPENDS_kernel-base_append_ti43x = " am33x-cm3"
21 21
22# Add a run-time dependency for the VPE VPDMA firmware to be installed 22# Add a run-time dependency for the VPE VPDMA firmware to be installed
23# on the target file system. 23# on the target file system.
24RDEPENDS_kernel-base_append_dra7xx-evm = " vpe-vpdma-fw" 24RDEPENDS_kernel-base_append_dra7xx = " vpe-vpdma-fw"
25 25
26# Default is to package all dtb files for ti33x devices unless building 26# Default is to package all dtb files for ti33x devices unless building
27# for the specific beaglebone machine. 27# for the specific beaglebone machine.
@@ -29,7 +29,7 @@ KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335
29KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb" 29KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
30KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" 30KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
31KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" 31KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
32KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb" 32KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb"
33 33
34KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 34KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
35 35
diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
index 5c8022b1..8c12bad8 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -23,7 +23,7 @@ RDEPENDS_kernel-base_append_ti43x = " am33x-cm3"
23 23
24# Add a run-time dependency for the VPE VPDMA firmware to be installed 24# Add a run-time dependency for the VPE VPDMA firmware to be installed
25# on the target file system. 25# on the target file system.
26RDEPENDS_kernel-base_append_dra7xx-evm = " vpe-vpdma-fw" 26RDEPENDS_kernel-base_append_dra7xx = " vpe-vpdma-fw"
27 27
28# Default is to package all dtb files for ti33x devices unless building 28# Default is to package all dtb files for ti33x devices unless building
29# for the specific beaglebone machine. 29# for the specific beaglebone machine.
@@ -31,7 +31,7 @@ KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335
31KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb" 31KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
32KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" 32KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
33KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" 33KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
34KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb" 34KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb"
35KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" 35KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
36KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb" 36KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
37KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb" 37KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb"