summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq-common.inc')
-rw-r--r--recipes-kernel/linux/linux-qoriq-common.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-common.inc b/recipes-kernel/linux/linux-qoriq-common.inc
index f9eb6d0..eca33c7 100644
--- a/recipes-kernel/linux/linux-qoriq-common.inc
+++ b/recipes-kernel/linux/linux-qoriq-common.inc
@@ -9,6 +9,7 @@ SRC_URI += "file://b4860-hard_irq_disable-bug.patch \
9 9
10SRC_URI_append_t4240rdb-64b = " file://dts/t4240rdb-usdpaa-enea.dts" 10SRC_URI_append_t4240rdb-64b = " file://dts/t4240rdb-usdpaa-enea.dts"
11SRC_URI_append_p2041rdb = " file://dts/p2041rdb-usdpaa-enea.dts" 11SRC_URI_append_p2041rdb = " file://dts/p2041rdb-usdpaa-enea.dts"
12SRC_URI_append_p3041ds = " file://dts/p3041ds-usdpaa-enea.dts"
12 13
13ENEA_KERNEL_FRAGMENTS += "\ 14ENEA_KERNEL_FRAGMENTS += "\
14 cfg/00013-localversion.cfg \ 15 cfg/00013-localversion.cfg \
@@ -42,6 +43,7 @@ DELTA_KERNEL_DEFCONFIG += " ${ENEA_KERNEL_FRAGMENTS} \
42 43
43KERNEL_DEVICETREE_append_t4240rdb-64b = " t4240rdb-usdpaa-enea.dtb" 44KERNEL_DEVICETREE_append_t4240rdb-64b = " t4240rdb-usdpaa-enea.dtb"
44KERNEL_DEVICETREE_append_p2041rdb = " p2041rdb-usdpaa-enea.dtb" 45KERNEL_DEVICETREE_append_p2041rdb = " p2041rdb-usdpaa-enea.dtb"
46KERNEL_DEVICETREE_append_p3041ds = " p3041ds-usdpaa-enea.dtb"
45 47
46require recipes-kernel/linux/pramfs-3.12.inc 48require recipes-kernel/linux/pramfs-3.12.inc
47 49
@@ -67,3 +69,7 @@ do_configure_prepend_t4240rdb-64b() {
67do_configure_prepend_p2041rdb() { 69do_configure_prepend_p2041rdb() {
68 cp ${WORKDIR}/dts/p2041rdb-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/ 70 cp ${WORKDIR}/dts/p2041rdb-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/
69} 71}
72
73do_configure_prepend_p3041ds() {
74 cp ${WORKDIR}/dts/p3041ds-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/
75}