summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-04-25 03:57:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-04-24 18:34:30 -0400
commit284b7bbf3f29ff93bf982f21aa19b4fe238d5e88 (patch)
treed793e1c92e36db1ab65855aaf8865a587e82a295 /recipes-kernel
parent40507d5b2e6cd9f434b55f12c6896f1e2e04d163 (diff)
downloadmeta-ti-284b7bbf3f29ff93bf982f21aa19b4fe238d5e88.tar.gz
conf/machine, recipes: introduce k2hk SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.4.bb4
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.9.bb2
-rw-r--r--recipes-kernel/linux/ti-uio.inc4
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb
index 64960e8a..d553b132 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb
@@ -39,7 +39,7 @@ RDEPENDS_kernel-base_append_keystone = " serdes-fw"
39RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw" 39RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw"
40 40
41# Add run-time dependency for NETCP PA firmware to the rootfs 41# Add run-time dependency for NETCP PA firmware to the rootfs
42RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" 42RDEPENDS_kernel-base_append_k2hk = " netcp-pa-fw"
43RDEPENDS_kernel-base_append_k2e = " netcp-pa-fw" 43RDEPENDS_kernel-base_append_k2e = " netcp-pa-fw"
44RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw" 44RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw"
45 45
@@ -70,7 +70,7 @@ KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
70KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb" 70KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb"
71KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb" 71KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb"
72KERNEL_DEVICETREE_pandaboard = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb" 72KERNEL_DEVICETREE_pandaboard = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb"
73KERNEL_DEVICETREE_k2hk-evm = "keystone-k2hk-evm.dtb" 73KERNEL_DEVICETREE_k2hk = "keystone-k2hk-evm.dtb"
74KERNEL_DEVICETREE_k2e = "keystone-k2e-evm.dtb" 74KERNEL_DEVICETREE_k2e = "keystone-k2e-evm.dtb"
75KERNEL_DEVICETREE_k2g = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb" 75KERNEL_DEVICETREE_k2g = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb"
76KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb" 76KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb"
diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb
index 50e7824d..ab5852bc 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.9.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.9.bb
@@ -39,7 +39,7 @@ RDEPENDS_kernel-base_append_keystone = " serdes-fw"
39RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw" 39RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw"
40 40
41# Add run-time dependency for NETCP PA firmware to the rootfs 41# Add run-time dependency for NETCP PA firmware to the rootfs
42RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" 42RDEPENDS_kernel-base_append_k2hk = " netcp-pa-fw"
43RDEPENDS_kernel-base_append_k2e = " netcp-pa-fw" 43RDEPENDS_kernel-base_append_k2e = " netcp-pa-fw"
44RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw" 44RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw"
45 45
diff --git a/recipes-kernel/linux/ti-uio.inc b/recipes-kernel/linux/ti-uio.inc
index e7bb87a1..46153736 100644
--- a/recipes-kernel/linux/ti-uio.inc
+++ b/recipes-kernel/linux/ti-uio.inc
@@ -1,12 +1,12 @@
1SRC_URI_append_keystone = " file://keystone-uio.dtsi" 1SRC_URI_append_keystone = " file://keystone-uio.dtsi"
2SRC_URI_append_k2hk-evm = " file://k2hk-uio.dtsi" 2SRC_URI_append_k2hk = " file://k2hk-uio.dtsi"
3SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi" 3SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi"
4SRC_URI_append_k2e = " file://k2e-uio.dtsi" 4SRC_URI_append_k2e = " file://k2e-uio.dtsi"
5SRC_URI_append_am57xx-evm = " file://am572x-pru-uio.dtsi" 5SRC_URI_append_am57xx-evm = " file://am572x-pru-uio.dtsi"
6 6
7DTSI_LIST = "" 7DTSI_LIST = ""
8DTSI_LIST_append_keystone = " keystone-uio.dtsi" 8DTSI_LIST_append_keystone = " keystone-uio.dtsi"
9DTSI_LIST_append_k2hk-evm = " k2hk-uio.dtsi" 9DTSI_LIST_append_k2hk = " k2hk-uio.dtsi"
10DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi" 10DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi"
11DTSI_LIST_append_k2e = " k2e-uio.dtsi" 11DTSI_LIST_append_k2e = " k2e-uio.dtsi"
12 12