Re: [yocto] SOLVED: How to get mkfs.ext4 in rootfs package

2013-06-12 Thread Ben Warren
, but not the executables. I needed to add 'e2fsprogs-mke2fs' to get what I wanted. regards, Ben //Gaurang Shastri On Wed, Jun 12, 2013 at 1:06 AM, Ben Warren ben.war...@spidercloud.commailto:ben.war...@spidercloud.com wrote: Sorry for the spam. Still learning how this works… Turns out I

[yocto] How to get mkfs.ext4 in rootfs package

2013-06-11 Thread Ben Warren
Hi, I'm trying to get the 'mkfs.ext4' binary from e2fsprogs into my image, in particular the '.ext3' rootfs image, and am obviously missing something fundamental. I'm using a custom image based on (copy/pasted from) 'kvm_image_minimal', and have added 'e2fsprogs' to the IMAGE_INSTALL string in

[yocto] SOLVED: How to get mkfs.ext4 in rootfs package

2013-06-11 Thread Ben Warren
Sorry for the spam. Still learning how this works… Turns out I needed 'e2fsprogs-mke2fs' regards, Ben On Jun 11, 2013, at 10:51 AM, Ben Warren ben.war...@spidercloud.com wrote: Hi, I'm trying to get the 'mkfs.ext4' binary from e2fsprogs into my image, in particular the '.ext3' rootfs

[yocto] Problem with Python in pre-built SDK

2013-05-16 Thread Ben Warren
Hi, I'm having other Yocto problems using the stock Ubuntu x86_64 toolchain, so decided to install one using the instructions in section 2.1.2 (Using a Cross-Toolchain Tarball) of the Yocto Project Application Developer's Guide. These are the commands I used: $ wget

[yocto] Trouble integrating meta-virtualization

2013-05-03 Thread Ben Warren
Hello, I'm trying to build an image using some components from meta-virtualization, and it's failing because it can't find many of the dependent modules. I'm posting this on the main yocto mailing list since it's more of a general question of 'where are these things?' Specifics: * poky @

Re: [yocto] Trouble integrating meta-virtualization - ANSWERED

2013-05-03 Thread Ben Warren
Sorry for the spam. I eventually found everything on openembedded.orghttp://openembedded.org. regards, Ben On May 3, 2013, at 4:44 PM, Ben Warren ben.war...@spidercloud.commailto:ben.war...@spidercloud.com wrote: Hello, I'm trying to build an image using some components from meta

Re: [yocto] Trouble integrating meta-virtualization

2013-05-03 Thread Ben Warren
On May 3, 2013, at 5:35 PM, Paul Barker p...@paulbarker.me.uk wrote: On 4 May 2013 00:44, Ben Warren ben.war...@spidercloud.com wrote: Hello, I'm trying to build an image using some components from meta-virtualization, and it's failing because it can't find many of the dependent modules