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 >

[yocto] eclipse-poky: Rootfs includes not in CDT

2017-11-18 Thread Art Kaufmann
Environment: Eclipse Neon 3 with the Yocto plug-in. Running on Fedora 24. I've built the SDK and configured Eclipse and the plug-in. The Hello World autotools project builds, but, there's an issue. The CDT isn't aware of the include directories so its checker is flagging my files with missing

Re: [yocto] Displaying buildcfg

2017-11-18 Thread Chris Simmonds
Hi, On 18/11/17 14:41, cddatemp wrote: > At 2017-11-18 20:45:11, "Chris Simmonds" wrote: >>Hi, >> >>At the start of a bitbake run it displays the current build >>configuration before it starts to build anything: >> >>Build Configuration: >>BB_VERSION= "1.28.0"

Re: [yocto] Displaying buildcfg

2017-11-18 Thread cddatemp
At 2017-11-18 20:45:11, "Chris Simmonds" wrote: >Hi, > >At the start of a bitbake run it displays the current build >configuration before it starts to build anything: > >Build Configuration: >BB_VERSION= "1.28.0" >BUILD_SYS = "x86_64-linux" >[...] > >This

[yocto] Displaying buildcfg

2017-11-18 Thread Chris Simmonds
Hi, At the start of a bitbake run it displays the current build configuration before it starts to build anything: Build Configuration: BB_VERSION= "1.28.0" BUILD_SYS = "x86_64-linux" [...] This information is useful, especially when you are swapping between multiple projects

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