From bd7dcf09d9e32dbaa008fbc9a23284f78a4640d3 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Mon, 8 Apr 2019 08:35:13 +0200 Subject: revert "change oe-user with real user" patch Implement the fix in meta-enea-bsp-common so the fix applies to ARM as well. Change-Id: I8cc849fb4f42cb899a4b977ea38148a13b139f83 Signed-off-by: Sona Sarmadi --- recipes-kernel/linux/linux-intel.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc index 1229b5f..ca1f82c 100644 --- a/recipes-kernel/linux/linux-intel.inc +++ b/recipes-kernel/linux/linux-intel.inc @@ -1,6 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" require common/recipes-kernel/linux/linux-intel_4.14.bb require recipes-kernel/linux/linux-deploy-kconfig.inc +require recipes-kernel/linux/linux-common-config.inc SRCREV_metaenea = "30c769f979959f7ee0eeec85ffed32ad8b837c85" KENEABRANCH = "intel-4.14" @@ -22,6 +23,3 @@ KERNEL_FEATURES_append = " features/nvme/nvme.scc" #IPv4 waiting for carrier on KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc" - -# change "oe-user" with real user -KBUILD_BUILD_USER = "${USER}" -- cgit v1.2.3-54-g00ecf