mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
wic: add support to look in all layers and get .wks file
.wks file are looked in 'scripts/lib/image/canned-wks' directory on all BBLAYERS variable returned by bitbake environment. If found, it will be used. The user could create your own .wks and keep it inside its layers. For now the path must be <layer-dir>/scripts/lib/image/canned-wks. (From OE-Core rev: 1f3e312211f277a1befd707a59a0c0a9bf6cbcbc) Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ac9707c501
commit
8af57a6ca2
@@ -214,6 +214,12 @@ def wic_list_subcommand(args, usage_str):
|
||||
|
||||
(options, args) = parser.parse_args(args)
|
||||
|
||||
bitbake_env_lines = find_bitbake_env_lines(None)
|
||||
if not bitbake_env_lines:
|
||||
print "Couldn't get bitbake environment, exiting."
|
||||
sys.exit(1)
|
||||
set_bitbake_env_lines(bitbake_env_lines)
|
||||
|
||||
if not wic_list(args, scripts_path, options.properties_file):
|
||||
logging.error("Bad list arguments, exiting\n")
|
||||
parser.print_help()
|
||||
|
||||
Reference in New Issue
Block a user