]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rootfs: Add debugfs package db file copy and cleanup
authorAlex Kiernan <alex.kiernan@gmail.com>
Thu, 20 Jul 2023 10:20:12 +0000 (11:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Jul 2023 10:47:45 +0000 (11:47 +0100)
commitce49ea435ce55eb5b6da442c12e03a806534c38d
tree81e7a1af382b1130ee801e355e94c9b2a63e678a
parent1634ed4048cf56788cd5c2c1bdc979b70afcdcd7
rootfs: Add debugfs package db file copy and cleanup

When copying the package database files for the debugfs, add individual
file copy as well as tree copying. After the debug rootfs has been
created, cleanup the package files.

This then allows us to avoid a problem where (for rpm at least)
extraneous files in the debug rootfs would cause failures during
oe-selftest because some files existed in both regular and debugfs
images.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/lib/oe/rootfs.py