aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJose Alarcon <jose.alarcon@ge.com>2015-12-28 11:07:12 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-04 14:56:23 +0100
commitb9db247aaca587f95574de76e94471864e887807 (patch)
tree138ee2d89c47b681d49ecfdb71b4900e379fb247 /contrib
parent8ed2be22d400428e0a82ea875dca009bdd4722b5 (diff)
downloadmeta-openembedded-contrib-b9db247aaca587f95574de76e94471864e887807.tar.gz
contrib: add missing common OE variables
Signed-off-by: Jose Alarcon <jose.alarcon@ge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/oe-stylize.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py
index a2fcde1d4c..7bb310d671 100755
--- a/contrib/oe-stylize.py
+++ b/contrib/oe-stylize.py
@@ -121,6 +121,7 @@ OE_vars = [
'CONFFILES',
'CONFLICTS',
'CORE_EXTRA_D',
+ 'CORE_IMAGE_EXTRA_INSTALL',
'CORE_PACKAGES_D',
'CORE_PACKAGES_RD',
'CPPFLAGS',
@@ -141,6 +142,7 @@ OE_vars = [
'INITSCRIPT_PACKAGES',
'INITSCRIPT_NAME',
'INITSCRIPT_PARAMS',
+ 'INSANE_SKIP',
'PACKAGE_INSTALL',
'KERNEL_IMAGETYPE',
'KERNEL_IMAGEDEST',
@@ -199,6 +201,8 @@ OE_vars = [
'UBOOT_MACHINE',
'UCLIBC_BASE',
'UCLIBC_PATCHES',
+ 'USERADD_PACKAGES',
+ 'USERADD_PARAM',
'VIRTUAL_NAME',
'XORG_PN',
'XSERVER',