poky/meta-selftest
Richard Purdie d6ae8d2004 recipes: Switch away from S = WORKDIR
Where recipes use S = ${WORKDIR}, change them to set UNPACKDIR to
a subdir of WORKDIR and make S point at this instead.

I've chosen not to force S into any standard UNPACKDIR we may pick in
future just so the S = UNPACKDIR case is clearly visible by the
directory naming under WORKDIR as that should aid usability.

(From OE-Core rev: d9328e3b0b062f0621de3d114584b44f384a1c02)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-05-21 12:08:04 +01:00
..
classes selftest/classes: add localpkgfeed class 2024-05-15 16:39:19 +01:00
conf layer.conf: Post release addition/switch to styhead corename 2024-04-16 08:12:27 +01:00
files meta-selftest/files: add xuser to static-passwd/-group 2023-11-20 15:30:52 +00:00
lib oeqa dnf_runtime.py: fix HTTP server IP address and port 2023-09-12 12:37:56 +01:00
recipes-devtools python: Drop ${PYTHON_PN} 2024-02-20 11:39:45 +00:00
recipes-extended lib/oe/patch: Make extractPatches() not extract ignored commits 2024-02-19 16:03:22 +00:00
recipes-test recipes: Switch away from S = WORKDIR 2024-05-21 12:08:04 +01:00
wic oeqa/selftest/overlayfs: test read-only rootfs 2024-04-04 14:05:03 +01:00
README meta-selftest: create a new test layer to be used by oe-selftest script 2013-12-03 17:45:50 +00:00

This layer is intended as test layer, used by scripts/oe-selftest and it's probably a mistake to include it in your builds (unless you want to run the script).