diff options
author | 2021-09-07 16:59:28 +0200 | |
---|---|---|
committer | 2021-09-07 20:05:37 +0200 | |
commit | a4c180cdfca9a10d1daefed13cecb1753cd6737a (patch) | |
tree | a52112d963a6d6957a4301a9047b898a2025f884 /recipes-test | |
parent | 412f5e870f171dce2fc678f78f759311a91939fb (diff) | |
download | meta-qcom-sa8155p-dunfell.tar.gz meta-qcom-sa8155p-dunfell.tar.bz2 meta-qcom-sa8155p-dunfell.zip |
initramfs-test-full: use rt-tests for glibc onlysa8155p-dunfell
rt-tests is not supported when using musl libc, so do not try to
install it unless we are using glibc.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(cherry picked from commit deefb1f533a7f08262530cc01934d9d55960ab41)
Diffstat (limited to 'recipes-test')
-rw-r--r-- | recipes-test/images/initramfs-test-full-image.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-test/images/initramfs-test-full-image.bb b/recipes-test/images/initramfs-test-full-image.bb index 9b09a7c..371b1b9 100644 --- a/recipes-test/images/initramfs-test-full-image.bb +++ b/recipes-test/images/initramfs-test-full-image.bb @@ -26,7 +26,6 @@ PACKAGE_INSTALL += " \ pd-mapper \ qrtr \ rmtfs \ - rt-tests \ stress-ng \ tqftpserv \ usbutils \ @@ -35,6 +34,10 @@ PACKAGE_INSTALL += " \ wpa-supplicant \ " +PACKAGE_INSTALL:append:libc-glibc += " \ + rt-tests \ +" + # We'd like to include extra packages provided by layers which we do not depend # on. This can be handled by .bbappends, but then image recipes including this # one would not get all these tools. So simulate dynamic bbappend here. |