From 8967fdebd5b55c177972bb088997b58ead2cc283 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 4 Oct 2017 16:48:55 -0400 Subject: linux-intel: Pull in common configuration fragments Rework things so that the common kernel configuration fragment additions are in a new include file, linux-agl.inc, and both the existing linux-yocto_%.bbappend and the new linux-intel_%.bbappend in meta-intel pull it in to pick up them up. This avoids hitting other linux-* recipes, and allows the possibility of using the include file in kernel recipe bbappends for other BSPs. Change-Id: I8f4f67c444c47b6a978d95fab660d478d5f764c1 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11129 Reviewed-by: Thomas Rini Reviewed-by: Dominig ar Foll Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_%.bbappend (limited to 'meta-agl-bsp/meta-intel') diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_%.bbappend b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_%.bbappend new file mode 100644 index 000000000..88ac94b15 --- /dev/null +++ b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_%.bbappend @@ -0,0 +1 @@ +require recipes-kernel/linux/linux-agl.inc -- cgit 1.2.3-korg