]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: Install -src packages when PACKAGE_DEBUG_SPLIT_STYLE is "debug-with-srcpkg"
authorJoshua Watt <jpewhacker@gmail.com>
Tue, 25 Sep 2018 14:43:20 +0000 (09:43 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Sep 2018 22:15:42 +0000 (23:15 +0100)
commit5fc7fbc10bbd3a54df16db275ecd6080bc58f19e
tree2b84cfd3b155ffd9796bf5111a0b1b72a90b6ff6
parent7429ed8d2a6e48cb3415113ef62348ae211aa189
rootfs.py: Install -src packages when PACKAGE_DEBUG_SPLIT_STYLE is "debug-with-srcpkg"

When the source packages are created, they need to be included in the
debug image created when IMAGE_GEN_DEBUGFS = "1" for it to be usable for
debugging.

[YOCTO #12930]

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py