mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
Fix build error for armeb.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,6 +16,7 @@ RDEPENDS_${PN} = "python bash"
|
||||
PACKAGECONFIG_NUMA = "numa"
|
||||
# ARM does not currently support NUMA
|
||||
PACKAGECONFIG_NUMA_arm = ""
|
||||
PACKAGECONFIG_NUMA_armeb = ""
|
||||
|
||||
PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
|
||||
PACKAGECONFIG[numa] = ",--disable-numa,numactl"
|
||||
|
||||
Reference in New Issue
Block a user