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:
Constantin Musca
2013-03-08 15:21:42 +02:00
committed by Richard Purdie
parent fe614b1dce
commit 9d076dcba1

View File

@@ -7,6 +7,7 @@ inherit package
IMAGE_PKGTYPE ?= "deb"
DPKG_ARCH ?= "${TARGET_ARCH}"
DPKG_ARCH_arm ?= "armel"
PKGWRITEDIRDEB = "${WORKDIR}/deploy-debs"