From 6aff538b307e5788c7c16feeeeb81fc2deb65d51 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Fri, 5 Apr 2019 09:32:22 +0200 Subject: Replace "oe-user" with real user Change-Id: I91acc08432762827d3e5b34528a559b766b2b674 Signed-off-by: Sona Sarmadi --- recipes-kernel/linux/linux-common-config.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-kernel/linux/linux-common-config.inc diff --git a/recipes-kernel/linux/linux-common-config.inc b/recipes-kernel/linux/linux-common-config.inc new file mode 100644 index 0000000..b990edd --- /dev/null +++ b/recipes-kernel/linux/linux-common-config.inc @@ -0,0 +1,2 @@ +# change "oe-user" with real user +KBUILD_BUILD_USER = "${USER}" -- cgit v1.2.3-54-g00ecf