diff options
author | Jose Alarcon <jose.alarcon@ge.com> | 2015-12-28 11:07:12 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-04 14:56:23 +0100 |
commit | b9db247aaca587f95574de76e94471864e887807 (patch) | |
tree | 138ee2d89c47b681d49ecfdb71b4900e379fb247 /contrib/oe-stylize.py | |
parent | 8ed2be22d400428e0a82ea875dca009bdd4722b5 (diff) | |
download | meta-openembedded-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/oe-stylize.py')
-rwxr-xr-x | contrib/oe-stylize.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py index a2fcde1d4..7bb310d67 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', |