mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
classes/populate_sdk_ext: tweak reporting of workspace exclusion
If you have a local workspace layer enabled when building the extensible SDK, we explicitly exclude that from the SDK (mostly because the SDK has its own for the user to use). Adjust the message we print notifying the user of this so it's clear that we're excluding it from the SDK, and scale it back from a warning to a note printed with bb.plain(). (From OE-Core master rev: 90f46f74a088a7b965d2205eceb9eff6f276dd38) (From OE-Core rev: dbacd35c0db2e9f4b9b2a20ffa6bcc5f78432d8a) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eeda3c66a2
commit
8879571d11
@@ -51,7 +51,7 @@ python copy_buildsystem () {
|
||||
core_meta_subdir = ''
|
||||
|
||||
# Copy in all metadata layers + bitbake (as repositories)
|
||||
buildsystem = oe.copy_buildsystem.BuildSystem(d)
|
||||
buildsystem = oe.copy_buildsystem.BuildSystem('extensible SDK', d)
|
||||
baseoutpath = d.getVar('SDK_OUTPUT', True) + '/' + d.getVar('SDKPATH', True)
|
||||
layers_copied = buildsystem.copy_bitbake_and_layers(baseoutpath + '/layers')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user