Re: [yocto] tiny-linux distribution with raspberrypi error

2017-12-06 Thread Sherif Omran
i tried the following bitbake -c clean rpi-basic-image (to clean the build) added the following to the local IMAGE_FSTYPES_append = " rpi-sdimg" => when i copied the text from the email, it gave class unavailable and then i found that there is a hidden character before the end quotes from

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-12-06 Thread Sherif Omran
I trid the rpi-sdimg as mentioned but i get IMAGE_CMD defined for IMAGE_FSTYOE entry 'rpi-sdimg' possibly invalid type name or missing support class. any idea how to create the rpi image. On Sun, Nov 19, 2017 at 2:59 AM, Khem Raj wrote: > I think you can generate a SD card

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-18 Thread Khem Raj
I think you can generate a SD card image which can be dd’ed into a sd card ​poky tiny by default generates an initramfs image only. ​ ​ ​you can add IMAGE_FSTYPES_append = " rpi-sdimg​" ​in local.conf and see if you get a rpi-sdimag​ On Sat, Nov 18, 2017 at 10:47 AM Sherif Omran

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-18 Thread Sherif Omran
I have it now being compiled and created a file called rpi-basic-image-raspberrypi0-wifi-20171118102213.rootfs.cpio.gz but how can i burn it? it is not an img file. Any clue is appreciated. On Sat, Nov 18, 2017 at 12:21 PM, Sherif Omran wrote: > it worked well with >

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-18 Thread Sherif Omran
it worked well with PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tini" in local.conf. However i don't know if it will work with real time kernel .. to be tested later thank you On Sat, Nov 18, 2017 at 10:19 AM, Khem Raj wrote: > On Fri, Nov 17, 2017 at 5:34 PM,

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-18 Thread Khem Raj
On Fri, Nov 17, 2017 at 5:34 PM, Michael Gloff wrote: > This looks to be because poky-tiny.conf does not allow overriding of the > kernel provider. You could try the below patch to use a different kernel. > > Michael Gloff > > diff --git a/meta-poky/conf/distro/poky-tiny.conf

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-17 Thread Michael Gloff
This looks to be because poky-tiny.conf does not allow overriding of the kernel provider. You could try the below patch to use a different kernel. Michael Gloff diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 2032bfde32..acafd9fef4 100644 ---

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-17 Thread Josef Holzmayr
On Fri, Nov 17, 2017 at 05:36:33PM +0100, Zoran Stojsavljevic wrote: > Let me redefine the question? May I? Of course you may. > > What is the difference while building an IMAGE="core-image-minimal" > using DISTRO="poky-tiny" > versus building an IMAGE="core-image-minimal" using DISTRO="poky"?

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-17 Thread Zoran Stojsavljevic
Hello Josef, Let me redefine the question? May I? What is the difference while building an IMAGE="core-image-minimal" using DISTRO="poky-tiny" versus building an IMAGE="core-image-minimal" using DISTRO="poky"? Or maybe I am mistaken (maybe some other IMAGE in DISTRO="poky-tiny") !? Thank you

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-17 Thread Josef Holzmayr
On Fri, Nov 17, 2017 at 07:27:27AM +0100, Zoran Stojsavljevic wrote: > > DISTRO = "poky-tiny" and i get the following > > What is the difference between core-image-minimal and poky-tiny? core-image-minimal is a IMAGE poky-tiny is a DISTRO Its just different things. ——— Josef

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-16 Thread Zoran Stojsavljevic
> DISTRO = "poky-tiny" and i get the following What is the difference between core-image-minimal and poky-tiny? Thank you, Zoran On Fri, Nov 17, 2017 at 2:05 AM, Sherif Omran wrote: > hi > > i am trying to compile the yocto-tiny for raspberry pi by adding the >

[yocto] tiny-linux distribution with raspberrypi error

2017-11-16 Thread Sherif Omran
hi i am trying to compile the yocto-tiny for raspberry pi by adding the distro to my local.conf DISTRO = "poky-tiny" and i get the following ERROR: nothing provides 'virtual/kernel' ERROR: linux-yocto-tiny Provides virtual/kernel but was skipped: incompatible with machine raspberrypi0-wifi