aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20140422.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-09-29 08:53:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-29 17:49:13 +0100
commit4c7873552e13dfdba96afca7562c398d2966ca71 (patch)
tree172c3e0a76ed92f30e8008de0c3caa90c332cfc8 /meta/recipes-extended/ltp/ltp_20140422.bb
parent1d79bea9dadd7e78fd558046497cb48b7d9b46e9 (diff)
downloadopenembedded-core-contrib-4c7873552e13dfdba96afca7562c398d2966ca71.tar.gz
ltp: add PACKAGECONFIG for numactrl
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20140422.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20140422.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb
index f521d40ecf..a8a2e50b13 100644
--- a/meta/recipes-extended/ltp/ltp_20140422.bb
+++ b/meta/recipes-extended/ltp/ltp_20140422.bb
@@ -27,6 +27,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://ltp-Do-not-link-against-libfl.patch \
file://automake-foreign.patch \
file://make-setregid02-work.patch \
+ file://add-knob-for-numa.patch \
"
S = "${WORKDIR}/git"
@@ -38,6 +39,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
export prefix = "/opt/ltp"
export exec_prefix = "/opt/ltp"
+PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite "
# ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call.