All of lore.kernel.org
 help / color / mirror / Atom feed
* unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing
@ 2013-11-23 18:22 Todd Stellanova
  2013-11-24  2:51 ` Todd Stellanova
  0 siblings, 1 reply; 12+ messages in thread
From: Todd Stellanova @ 2013-11-23 18:22 UTC (permalink / raw)
  To: yocto

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

Hello,

I'm following these directions for building with yocto for the wandboard:
http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard

I'm building a bb recipe based on core-image-minimal-dev, to which I've
added:
IMAGE_FEATURES += "package-management"

In my conf/local.conf I originally had:
PACKAGE_CLASSES ?= "package_rpm"

This built fine and I was able to boot with the resulting sdcard image fine
on the wandboard. However, I'd like to use opkg on the wandboard for
package management, so I modified local.conf to:
PACKAGE_CLASSES ?= "package_ipk"

and bitbaked my image again.  The resulting sdcard image doesn't boot on
the wandboard, and if I look at the sdcard image I can see that, for
example, /etc is completely missing from the rootfs.

Do I need to do anything else to switch the build to properly using ipks
with opkg?

Thanks for any help!

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

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

end of thread, other threads:[~2013-11-29  9:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-23 18:22 unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing Todd Stellanova
2013-11-24  2:51 ` Todd Stellanova
2013-11-25 10:31   ` Nicolas Dechesne
2013-11-25 13:21     ` Paul Eggleton
2013-11-25 15:03       ` Todd Stellanova
2013-11-27  1:27         ` Todd Stellanova
2013-11-27 10:57           ` Paul Eggleton
2013-11-28  2:36             ` Robert Yang
2013-11-28 12:48           ` Robert Yang
2013-11-28 16:02             ` Todd Stellanova
2013-11-29  7:28               ` Robert Yang
2013-11-29  9:52                 ` Paul Eggleton

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.