mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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"
|
PACKAGECONFIG_NUMA = "numa"
|
||||||
# ARM does not currently support NUMA
|
# ARM does not currently support NUMA
|
||||||
PACKAGECONFIG_NUMA_arm = ""
|
PACKAGECONFIG_NUMA_arm = ""
|
||||||
|
PACKAGECONFIG_NUMA_armeb = ""
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
|
PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
|
||||||
PACKAGECONFIG[numa] = ",--disable-numa,numactl"
|
PACKAGECONFIG[numa] = ",--disable-numa,numactl"
|
||||||
|
|||||||
Reference in New Issue
Block a user