summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/numactl
Commit message (Collapse)AuthorAgeFilesLines
* numactl: Link with libatomic on rv64/rv32Khem Raj2020-11-081-0/+3
| | | | | | | | | | | | bring a missing commit from meta-oe Fixes riscv64-yoe-linux/10.2.0/ld: ./.libs/libnuma.so: undefined reference to `__atomic_fetch_and_1' (From OE-Core rev: ea70d7f8f78cd793242cf6804840507d2ebd2871) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* numactl: upgrade 2.0.13 -> 2.0.14Alexander Kanavin2020-11-032-108/+7
| | | | | | | (From OE-Core rev: a59c246be05ca284fa27df87b5db09a70f527cc2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* numactl: Skip the ptests when numa is not supportedRandy Witt2020-10-301-5/+19
| | | | | | | | | | | | When numa is not supported, there is no reason to run the ptests since they will fail. While the best scenario would be for the upstream tests to skip themselves when numa is not supported, for now skip them in run-ptest. (From OE-Core rev: a1e498be7904bb9e961653f6d64acb6bbfe0894c) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* numactl: Remove COMPATIBLE_HOST restrictionsRandy Witt2020-10-301-3/+0
| | | | | | | | | | Since there may be recipes that depend on libnuma, even though the hardware doesn't support numa, remove the COMPATIBLE_HOST restrictions. (From OE-Core rev: 1d5574645076bc4cbc8b6e7b7a0606a5c9a9f9ae) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* numactl: Add the recipe for numactlRandy Witt2020-10-306-0/+272
This is a direct copy of numactl from meta-openembedded. numactl is being moved to oe-core since the latest versions of rt-tests(which is in oe-core) require libnuma. (From OE-Core rev: dda815792b0939b2f233aa3ec7c140fc114a37d1) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>