From 93ceeb7349c89b23722b6a22b202f6951a987fe6 Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Tue, 3 Nov 2020 14:11:42 +0000 Subject: [PATCH] arm-bsp/linux-linaro-arm: require linux-yocto.inc By requiring linux-yocto.inc we can have separate build dirs when building LINUX_KERNEL_TYPE as 'standard' and 'preempt-rt', for example. Change-Id: I6288d210f942d1bacd510397ef3d1f2858951e68 Issue-Id: SCM-1653 Signed-off-by: Diego Sueiro Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm.inc | 4 ++++ 1 file changed, 4 insertions(+) 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"