]> code.ossystems Code Review - openembedded-core.git/commit
rootfs: possibility to add packages to debug rootfs
authorAndrej Valek <andrej.valek@siemens.com>
Wed, 17 Oct 2018 13:24:35 +0000 (15:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2018 09:38:57 +0000 (10:38 +0100)
commit708fe1df3d3e22dd693ae7bbfdd3e5af1a1b0bdc
tree228f90bca7bed85943969bb0f943e5927565d05f
parent2d9dbcc638cc39b935b89b6e66ed216ea9b05d62
rootfs: possibility to add packages to debug rootfs

Static libraries are not included in rootfs, it means, that sources are
not going into debug rootfs. This option enables to install additional
packages even if the standard package is not installed.

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/populate_sdk_base.bbclass
meta/lib/oe/rootfs.py