summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-09-09 03:42:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-09-08 18:46:05 -0400
commit046186bc6de2e69f83f4d1e87f0300eb0a5dbf25 (patch)
tree60ee3f0beb9ba7f774e4d2c99001bc9d4f5aa6b7
parente302edf4d7c3cb01128a7d1af77fef791a2a8ca0 (diff)
downloadmeta-ti-046186bc6de2e69f83f4d1e87f0300eb0a5dbf25.tar.gz
linux-ti-staging: for keystone RDEPENDS on boot-monitor
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb
index c1ca9c79..16b30a74 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.1.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb
@@ -25,6 +25,9 @@ RDEPENDS_kernel-base_append_ti43x = " amx3-cm3"
25# on the target file system. 25# on the target file system.
26RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw" 26RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw"
27 27
28# Install boot-monitor skern file into /boot dir of rootfs
29RDEPENDS_kernel-base_append_keystone = " boot-monitor"
30
28# Default is to package all dtb files for ti33x devices unless building 31# Default is to package all dtb files for ti33x devices unless building
29# for the specific beaglebone machine. 32# for the specific beaglebone machine.
30KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 33KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
@@ -54,7 +57,7 @@ SRCREV = "72c971cc113833c7a1f22a3c0ac3260f3a9a3378"
54PV = "4.1.6+git${SRCPV}" 57PV = "4.1.6+git${SRCPV}"
55 58
56# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 59# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
57MACHINE_KERNEL_PR_append = "i" 60MACHINE_KERNEL_PR_append = "j"
58PR = "${MACHINE_KERNEL_PR}" 61PR = "${MACHINE_KERNEL_PR}"
59 62
60KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 63KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"