All of lore.kernel.org
 help / color / mirror / Atom feed
* Setting architecture of only DEB files (arm vs armel)
@ 2012-06-15  0:17 Tyler Jones
  2012-06-15  6:18 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Tyler Jones @ 2012-06-15  0:17 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

I am compiling a distro for my hardware using DEBs for my package
management. In meta/classes/package_deb.bbclass I need DPKG_ARCH = "armel"
instead of TARGET_ARCH (which is "arm"). When I run dpkg on my device armel
is the architecture, not arm, but yocto wants my TARGET_ARCH to be set to
"arm". Is there a non hackish way to do this from my BSP layer or config
file?

The dpkg error I get is:
  package architecture (arm) does not match system (armel)

-Tyler Jones

[-- Attachment #2: Type: text/html, Size: 568 bytes --]

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

end of thread, other threads:[~2012-06-16  1:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15  0:17 Setting architecture of only DEB files (arm vs armel) Tyler Jones
2012-06-15  6:18 ` Khem Raj
2012-06-16  1:18   ` Tyler Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.