mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
package_deb.bbclass: set DPKG_ARCH_arm to "armel"
- the system should be using "armel" by default, not "arm" [YOCTO #3741] (From OE-Core rev: 74c671a609172a3801e53fe93e2853c4f0eb93b1) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fe614b1dce
commit
9d076dcba1
@@ -7,6 +7,7 @@ inherit package
|
||||
IMAGE_PKGTYPE ?= "deb"
|
||||
|
||||
DPKG_ARCH ?= "${TARGET_ARCH}"
|
||||
DPKG_ARCH_arm ?= "armel"
|
||||
|
||||
PKGWRITEDIRDEB = "${WORKDIR}/deploy-debs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user