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
> b/meta-poky/conf/di
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, Michael Gloff 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 information is useful, especially when you are swapping between
multiple projects with
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 information is useful, esp
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"
>>BUILD_SYS = "x86_6
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
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
>
> PREFERRED_PROVIDER_virtual
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
wrote:
> I h