Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] package_deb.bbclass: set DPKG_ARCH_arm to "armel"
@ 2013-03-08 13:21 Constantin Musca
  2013-03-09 13:34 ` Marcin Juszkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Constantin Musca @ 2013-03-08 13:21 UTC (permalink / raw)
  To: openembedded-core

- the system should be using "armel" by default, not "arm"

[YOCTO #3741]

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 meta/classes/package_deb.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass
index 2f27800..3174184 100644
--- a/meta/classes/package_deb.bbclass
+++ b/meta/classes/package_deb.bbclass
@@ -7,6 +7,7 @@ inherit package
 IMAGE_PKGTYPE ?= "deb"
 
 DPKG_ARCH ?= "${TARGET_ARCH}" 
+DPKG_ARCH_arm ?= "armel"
 
 PKGWRITEDIRDEB = "${WORKDIR}/deploy-debs"
 
-- 
1.7.11.7




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] package_deb.bbclass: set DPKG_ARCH_arm to "armel"
  2013-03-08 13:21 [PATCH] package_deb.bbclass: set DPKG_ARCH_arm to "armel" Constantin Musca
@ 2013-03-09 13:34 ` Marcin Juszkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Marcin Juszkiewicz @ 2013-03-09 13:34 UTC (permalink / raw)
  To: openembedded-core

W dniu 08.03.2013 14:21, Constantin Musca pisze:
> - the system should be using "armel" by default, not "arm"
> 
> [YOCTO #3741]

And "armhf" for hard-float builds?



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-09 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 13:21 [PATCH] package_deb.bbclass: set DPKG_ARCH_arm to "armel" Constantin Musca
2013-03-09 13:34 ` Marcin Juszkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox