diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-09-09 03:42:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-09-08 18:46:13 -0400 |
commit | dc515ca85e19ac79aa5ad3821b7456c605864a9a (patch) | |
tree | d79b2f3d0976ddb924f9656fc4a73553779ecac0 /recipes-kernel | |
parent | eaf9466cf2ce9e05bf00809cb7c6892d49c418a7 (diff) | |
download | meta-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.bb | 5 |
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. |
26 | RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw" | 26 | RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw" |
27 | 27 | ||
28 | # Install boot-monitor skern file into /boot dir of rootfs | ||
29 | RDEPENDS_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. |
30 | KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" | 33 | KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" |
@@ -54,7 +57,7 @@ SRCREV = "72c971cc113833c7a1f22a3c0ac3260f3a9a3378" | |||
54 | PV = "4.1.6+git${SRCPV}" | 57 | PV = "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 |
57 | MACHINE_KERNEL_PR_append = "i" | 60 | MACHINE_KERNEL_PR_append = "j" |
58 | PR = "${MACHINE_KERNEL_PR}" | 61 | PR = "${MACHINE_KERNEL_PR}" |
59 | 62 | ||
60 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 63 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |