summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
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:13 -0400
commitdc515ca85e19ac79aa5ad3821b7456c605864a9a (patch)
treed79b2f3d0976ddb924f9656fc4a73553779ecac0 /recipes-kernel
parenteaf9466cf2ce9e05bf00809cb7c6892d49c418a7 (diff)
downloadmeta-ti-dc515ca85e19ac79aa5ad3821b7456c605864a9a.tar.gz
linux-ti-staging: for keystone RDEPENDS on boot-monitor
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-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"