diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm.inc b/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm.inc index 999f4e7b..4859a66a 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm.inc +++ b/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm.inc @@ -8,6 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" inherit kernel inherit kernel-yocto +# Require linux-yocto.inc in order to have separate build dirs when building +# LINUX_KERNEL_TYPE as 'standard' and 'preempt-rt' +require recipes-kernel/linux/linux-yocto.inc + SRC_URI = "git://git.linaro.org/landing-teams/working/arm/kernel-release.git;branch=${KBRANCH} \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=kernel-meta \ file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch"