]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oe-selftest: add new ext dtb recipe
authorAdrian Freihofer <adrian.freihofer@siemens.com>
Tue, 3 Jun 2025 08:23:13 +0000 (10:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jun 2025 10:01:23 +0000 (11:01 +0100)
commit44b6eaf9fb408f2a7941e7ba8f2156cf2c7d4bae
treef587bc2742372b56a614b0ac8a25a0c28c0a8ab9
parentf33ee0cfb3c664c4857c18271dd55981bc369cc1
oe-selftest: add new ext dtb recipe

There is no test coverage for the devicetree.bbclass class. Add a
minimalist recipe that uses this class.
This recipe compiles a devicetree overlay that does not include any
sources from the kernel build folder to keep it simple and also usable
for testing a kernel from the sstate-cache.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/ext-dtb/bbb-dtbs-as-ext.bb [new file with mode: 0644]
meta-selftest/recipes-test/ext-dtb/files/BBORG_RELAY-00A2.dts [new file with mode: 0644]
meta-selftest/recipes-test/ext-dtb/files/am335x-bonegreen-ext.dts [new file with mode: 0644]