]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rootfs.py: dont try to list installed packages for baremetal images
authorAlejandro Hernandez Samaniego <alejandro@enedino.org>
Fri, 9 Sep 2022 00:06:55 +0000 (18:06 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2022 15:19:24 +0000 (16:19 +0100)
commit5a7e13f46083ce3b08aa762238c1e93b7626dda4
treec03ea0634680a09029f58a2c987f4c4e82898986
parent9294ccb9530ce70b2513b2e112644ec5e9f8e701
rootfs.py: dont try to list installed packages for baremetal images

Theres not a rootfs for baremetal images, hence we should avoid
trying to list rootfs packages for them.

This fixes an issue where some classes (e.g. license_image) rely on
rootfs functionality when included for baremetal images even if its
nonexistent

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py