Re: [yocto] unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing

2013-11-26 Thread Todd Stellanova
}' + ROOTFS_SIZE=*376832* I'm just guessing here, but it seems like package_ipk is underestimating ROOTFS_SIZE and subsequently populate-extfs.sh fails trying to add files to the ext fs. Any ideas what might cause this? Thanks for any help! On Mon, Nov 25, 2013 at 7:03 AM, Todd

Re: [yocto] unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing

2013-11-25 Thread Todd Stellanova
x27;s running out of ram at some point and not obtaining more in the vm properly? > On Nov 25, 2013, at 5:21 AM, Paul Eggleton > wrote: > > Hi Nicolas / Todd, > >> On Monday 25 November 2013 11:31:42 Nicolas Dechesne wrote: >> On Sun, Nov 24, 2013 at 3:51 AM, Todd Stell

[yocto] unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing

2013-11-24 Thread Todd Stellanova
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

Re: [yocto] unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing

2013-11-24 Thread Todd Stellanova
files. On Sat, Nov 23, 2013 at 10:22 AM, Todd Stellanova wrote: > 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