]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: Add package-management image feature to validitems
authorKhem Raj <raj.khem@gmail.com>
Mon, 13 May 2013 02:17:27 +0000 (02:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 May 2013 12:02:25 +0000 (15:02 +0300)
commitf9f1397d688cc4eb8d736066b1280bee40a8916a
tree6e85d999d6fe427cbaad4844d741e5ceb2b5c770
parent1bd6fa9c81dea90f66641835a4c2ed6f2b7a239a
image.bbclass: Add package-management image feature to validitems

Some images dont use core-image bbclass and add this feature directly

Fixes parsing errors like

/builds1/angstrom/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 34734, PID:
24551 Parsing recipes...ERROR: Unable to parse
/builds1/angstrom/sources/meta-kde/recipes-images/angstrom-kde-desktop-imag
e.bb: Exited with "1" ERROR: 'package-management' in IMAGE_FEATURES is
not a
valid image feature. Valid features: dbg-pkgs debug-tweaks dev-pkgs
doc-pkgs ptest-pkgs read-only-rootfs splash staticdev-pkgs ERROR:
'package-management' in IMAGE_FEATURES is not a valid image feature.
Valid
features: dbg-pkgs debug-tweaks dev-pkgs doc-pkgs ptest-pkgs
read-only-rootfs splash staticdev-pkgs ERROR: Command execution failed:
Exited with 1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/classes/image.bbclass