mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
bitbake: tests: Add initial scenario based test for runqueue
We need some tests for runqueue, its been something which has been hard to test for a long time. Add some dummy metadata to allow this, mirroring the OE structure in spirit. (Bitbake rev: 37564d7440c5d7aa05ec537f3b79026b1c83bb68) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
do_rootfs[recrdeptask] += "do_package_write_deb do_package_qa"
|
||||
do_rootfs[recrdeptask] += "do_package_write_ipk do_package_qa"
|
||||
do_rootfs[recrdeptask] += "do_package_write_rpm do_package_qa
|
||||
do_rootfs[recrdeptask] += "do_packagedata"
|
||||
do_rootfs[recrdeptask] += "do_populate_lic"
|
||||
Reference in New Issue
Block a user