Re: [yocto] Migration from 1.7.1 to 1.8 - kernel-abiversion missing

2015-04-30 Thread Schaumlöffel , Jan
> That is really odd. I'll be interested to hear how that happened. I just did a > test and it points to where I expect: > > [/home/bruc...poky/build]> bitbake -e core-image-minimal | grep > STAGING_KERNEL_BUILDDIR # $STAGING_KERNEL_BUILDDIR > STAGING_KERNEL_BUILDDIR="/home/bruce/poky/build/tmp/

Re: [yocto] Heads up

2015-04-30 Thread Khem Raj
On Wed, Apr 29, 2015 at 7:18 AM, Gary Thomas wrote: > This is just a note that the recent upgrade of util-linux > to version 2.26.1 (from 2.25.2) was much more major than > the version change implies. The 'sfdisk' tool changed a > lot and will no longer be compatible with many scripts out > there

Re: [yocto] [meta-raspberrypi] meta-ivi & meta-raspberrypi

2015-04-30 Thread Andrei Gherzan
@Mauro We can't wait to see the patches. :) @Oliver If you are working on this please assign yourself to http://redmine.gherzan.com/issues/19 On Wed, Apr 29, 2015 at 4:53 PM, Alex J Lennon < ajlen...@dynamicdevices.co.uk> wrote: > > > On 29/04/2015 16:34, Mauro Carvalho Chehab wrote: > > Em Wed,

Re: [yocto] [meta-raspberrypi] virtual/libgles1

2015-04-30 Thread Andrei Gherzan
Hello Gary, I see that rpi doesn't provide gles1 in none of the graphics providers. So the only solution that I see for now is to have a new recipe (similar to mesa-gl) which will provide only gles1. Or, we can bbappend mesa to be used and provide only gles1 (this could be pretty hacky). Cheers!

[yocto] gdk-pixbuf-native build error on YP 1.8 Fido

2015-04-30 Thread Taek Hyun Shin
Hi all, First sorry, my English is poor I try to use on YP 1.8 Fido I add DISTRO_FEATURES_append = " directfb" because of I must use directfb When I build gdk-pixbuf-native, error occured below ~/works/Yocto/build/test$ bitbake gdk-pixbuf-native WARNING: Host distribution "Fedora-17"

Re: [yocto] Migration from 1.7.1 to 1.8 - kernel-abiversion missing

2015-04-30 Thread Bruce Ashfield
On 2015-04-30 3:14 AM, Schaumlöffel, Jan wrote: That is really odd. I'll be interested to hear how that happened. I just did a test and it points to where I expect: [/home/bruc...poky/build]> bitbake -e core-image-minimal | grep STAGING_KERNEL_BUILDDIR # $STAGING_KERNEL_BUILDDIR STAGING_KERNE

Re: [yocto] Migration from 1.7.1 to 1.8 - kernel-abiversion missing

2015-04-30 Thread Schaumlöffel , Jan
> What kernel recipe is used when your machine is set to 'astro' ? > Something custom ? Or have you added machine compatibility to another > known kernel recipe ? How would I see which kernel recipe is used? I did not customize anything except for aforementioned steps, simply copied beaglebone.c

Re: [yocto] Heads up

2015-04-30 Thread Gary Thomas
On 2015-04-30 01:45, Khem Raj wrote: On Wed, Apr 29, 2015 at 7:18 AM, Gary Thomas wrote: This is just a note that the recent upgrade of util-linux to version 2.26.1 (from 2.25.2) was much more major than the version change implies. The 'sfdisk' tool changed a lot and will no longer be compatib

Re: [yocto] [meta-raspberrypi] virtual/libgles1

2015-04-30 Thread Gary Thomas
On 2015-04-30 05:11, Andrei Gherzan wrote: Hello Gary, I see that rpi doesn't provide gles1 in none of the graphics providers. So the only solution that I see for now is to have a new recipe (similar to mesa-gl) which will provide only gles1. Or, we can bbappend mesa to be used and provide onl

Re: [yocto] Migration from 1.7.1 to 1.8 - kernel-abiversion missing

2015-04-30 Thread Bruce Ashfield
On 2015-04-30 08:27 AM, Schaumlöffel, Jan wrote: What kernel recipe is used when your machine is set to 'astro' ? Something custom ? Or have you added machine compatibility to another known kernel recipe ? How would I see which kernel recipe is used? This is where my brute force techniques pr

[yocto] Replacing HOB in Build Appliance for YP 1.9

2015-04-30 Thread Georgescu, Alexandru C
Hello, In 1.9 HOB is intended to be deprecated by Toaster functionality. This means that Build Appliance also must be changed. Since HOB is started automatically in BA in order to help users get started quickly with YP, I have the following proposal for updating BA in 1.9 and to replace HOB: * Up

Re: [yocto] Replacing HOB in Build Appliance for YP 1.9

2015-04-30 Thread Stewart, David C
+1 On 4/30/15, 9:06 AM, "Georgescu, Alexandru C" wrote: >Hello, >In 1.9 HOB is intended to be deprecated by Toaster functionality. This >means that Build Appliance also must be changed. Since HOB is started >automatically in BA in order to help users get started quickly with YP, I >have the foll

[yocto] [dizzy] shutdown custom image will not power off the processor

2015-04-30 Thread kris duff
Hello, I don't know yet if this issue is bsp related or not, but I am trying to understand what is going on here. If anybody have any clue to help me solve my problem, I would appreciate. Using a custom image recipe, when I shutdown ( using the command ) my device will not power off.  I see the m

[yocto] fido: funny ipk behavior

2015-04-30 Thread Robert Berger
Hi, I have a simple recipe like this: --- DESCRIPTION = "Simple helloworld application + git" SECTION = "examples" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" SRCREV = "ecf1f0bc8

[yocto] fido: funny ipk behavior

2015-04-30 Thread gmane
Hi, I have a simple recipe like this: --- DESCRIPTION = "Simple helloworld application + git" SECTION = "examples" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" SRCREV = "ecf1f0

Re: [yocto] fido: funny ipk behavior

2015-04-30 Thread Gary Thomas
On 2015-04-30 12:11, Robert Berger wrote: Hi, I have a simple recipe like this: --- DESCRIPTION = "Simple helloworld application + git" SECTION = "examples" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" FILESEXTRAPATHS_prepend := "$

Re: [yocto] fido: funny ipk behavior

2015-04-30 Thread Robert Berger
Hi, On 04/30/2015 10:35 PM, Gary Thomas wrote: > > On your target, what do you get from this? > # opkg list-installed libc6 Nothing, since I forgot EXTRA_IMAGE_FEATURES_append = " package-management" Thanks, Robert..."it doesn't matter how beautiful your theory is, it doesn't matter how sma

Re: [yocto] fido: funny ipk behavior

2015-04-30 Thread Burton, Ross
On 30 April 2015 at 21:30, Robert Berger wrote: > Nothing, since I forgot > > EXTRA_IMAGE_FEATURES_append = " package-management" > That will be it then - your image doesn't have a package database so any dependencies won't be able to be satisfied. Either force the installation or rebuild the i

Re: [yocto] fido: funny ipk behavior

2015-04-30 Thread Robert P. J. Day
On Thu, 30 Apr 2015, Burton, Ross wrote: > > On 30 April 2015 at 21:30, Robert Berger > wrote: > Nothing, since I forgot > > EXTRA_IMAGE_FEATURES_append = " package-management" um ... i think you only need refer to EXTRA_IMAGE_FEATURES; with that variable, i believe the "_append"

Re: [yocto] fido: funny ipk behavior

2015-04-30 Thread Gary Thomas
On 2015-04-30 15:23, Robert P. J. Day wrote: On Thu, 30 Apr 2015, Burton, Ross wrote: On 30 April 2015 at 21:30, Robert Berger wrote: Nothing, since I forgot EXTRA_IMAGE_FEATURES_append = " package-management" um ... i think you only need refer to EXTRA_IMAGE_FEATURES; wi

[yocto] Release Candidate Build for yocto-1.7.2_rc3 now available.

2015-04-30 Thread Poky Build User
-e A release candidate build for yocto-1.7.2_rc3 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.7.2_rc3 Please begin QA on this build as soon as possible. Build hash information: meta-intel : c39a4bf4450845fca6f1b26ccfc0db192a4567e8 meta-fsl-arm : db1571f40c