mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
kernel-arch: x86-64 is no longer a valid architecture, map it to x86
Also use the exported (and re-mapped) ARCH rather than TARGET_ARCH in the linux-wrs recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -37,7 +37,7 @@ do_patch() {
|
||||
defconfig=${WORKDIR}/defconfig
|
||||
fi
|
||||
|
||||
createme ${TARGET_ARCH} ${WRMACHINE}-${LINUX_KERNEL_TYPE} ${defconfig}
|
||||
createme ${ARCH} ${WRMACHINE}-${LINUX_KERNEL_TYPE} ${defconfig}
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ERROR. Could not create ${WRMACHINE}-${LINUX_KERNEL_TYPE}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user