From 046186bc6de2e69f83f4d1e87f0300eb0a5dbf25 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 9 Sep 2015 03:42:21 +0000 Subject: [PATCH] linux-ti-staging: for keystone RDEPENDS on boot-monitor Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_4.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" # on the target file system. RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw" +# Install boot-monitor skern file into /boot dir of rootfs +RDEPENDS_kernel-base_append_keystone = " boot-monitor" + # Default is to package all dtb files for ti33x devices unless building # for the specific beaglebone machine. KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" @@ -54,7 +57,7 @@ SRCREV = "72c971cc113833c7a1f22a3c0ac3260f3a9a3378" PV = "4.1.6+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "i" +MACHINE_KERNEL_PR_append = "j" PR = "${MACHINE_KERNEL_PR}" KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"