X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-rt%2Frt-tests%2Frt-tests_%25.bbappend;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-rt%2Frt-tests%2Frt-tests_%25.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=0f694ac8c28d95d69759d6e98e034a0255cc18e8;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-rt/rt-tests/rt-tests_%.bbappend b/meta-starlingx/meta-stx-integ/recipes-rt/rt-tests/rt-tests_%.bbappend deleted file mode 100644 index 0f694ac..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-rt/rt-tests/rt-tests_%.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -PACKAGECONFIG ?= "numa" -PACKAGECONFIG[numa] = ",,numactl,numactl" - -EXTRA_OEMAKE = "\ - ${@bb.utils.contains('PACKAGECONFIG', 'numa', 'NUMA=1', 'NUMA=0', d)} \ - PYLIB=${libdir}/python2.7/site-packages \ -" - -FILES_${PN} += "\ - ${libdir}/python2.7/site-packages \ -" - -RDEPENDS_${PN} += "python"