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"