Re: [yocto] smart 1.4.1 unsolved problem

2015-05-22 Thread Paul Eggleton
Hi George, On Thursday 21 May 2015 11:44:54 George Nita wrote: > I've reproduced the https://bugs.launchpad.net/smart/+bug/1238492 issue > > branch: dizzy > target: p2041rdb > > Did any one hit this too? Did you enable runtime package management (i.e., is "package-management" in IMAGE_FEATURES

[yocto] How to debug a custom image creation script?

2015-05-22 Thread Spriggs, Jim
Hi Guys, I'd like to have my custom layer generate an sdcard image, so I've implemented a classes/image_types_x.bbclass. This contains, amongst other things, the (bash) function generate_x_sdcard(). Being a naïve n00b, I assumed that I could just scatter "bbnote"s, "echo"s, or even "set

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Thursday 21 May 2015 23:21:53 yocto yocto wrote: > Good day, > > > I am working with the intel Edison. Therefore I am using the > meta-openembedded “daisy” branch (have a look here: > https://github.com/openembedded/meta-openembedded/branches/stale). Using > another branch causes bitbake error

Re: [yocto] How to debug a custom image creation script?

2015-05-22 Thread Paul Eggleton
Hi Jim, On Friday 22 May 2015 08:47:23 Spriggs, Jim wrote: > I'd like to have my custom layer generate an sdcard image, so I've > implemented a classes/image_types_x.bbclass. This contains, amongst > other things, the (bash) function generate_x_sdcard(). Being a naïve > n00b, I assumed tha

Re: [yocto] smart 1.4.1 unsolved problem

2015-05-22 Thread George Nita
On 05/22/2015 11:43 AM, Paul Eggleton wrote: Hi George, On Thursday 21 May 2015 11:44:54 George Nita wrote: I've reproduced the https://bugs.launchpad.net/smart/+bug/1238492 issue branch: dizzy target: p2041rdb Did any one hit this too? Did you enable runtime package management (i.e., is "p

[yocto] [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good.

2015-05-22 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- conf/machine/include/rpi-base.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index a26803a..1dda207 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Martin Jansa
On Fri, May 22, 2015 at 09:51:31AM +0100, Paul Eggleton wrote: > On Thursday 21 May 2015 23:21:53 yocto yocto wrote: > > Good day, > > > > > > I am working with the intel Edison. Therefore I am using the > > meta-openembedded “daisy” branch (have a look here: > > https://github.com/openembedded/m

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
I set BBCLASSEXTEND = "native" active again. My php_5.5.24.bbappend looks like this (just one line): PACKAGECONFIG_append_class-native = " pgsql" However, the error still persists, nothing changed: - ERROR: Nothing PROVIDES 'postgresql-native' (but /recipes-devtoo

Re: [yocto] How to debug a custom image creation script?

2015-05-22 Thread Spriggs, Jim
Hi Paul, Rodger, thanks. Strangely, log.do_rootfs says: NOTE: The image creation groups are: [['ext3', 'tar'], ['sdcard']] and NOTE: Running image creation script for sdcard: .../tmp/work/mymachine-poky-linux-gnuabi/my-image/1.0-r0/temp/create_image.sdcard ... and NOT

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Martin Jansa
On Fri, May 22, 2015 at 01:44:20PM +0200, yocto yocto wrote: > I set BBCLASSEXTEND = "native" active again. My php_5.5.24.bbappend looks > like this (just one line): > > PACKAGECONFIG_append_class-native = " pgsql" Do you really want to add it for native or target version? > > However, the erro

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Friday 22 May 2015 14:00:50 Martin Jansa wrote: > On Fri, May 22, 2015 at 01:44:20PM +0200, yocto yocto wrote: > > I set BBCLASSEXTEND = "native" active again. My php_5.5.24.bbappend looks > > like this (just one line): > > > > PACKAGECONFIG_append_class-native = " pgsql" > > Do you really wan

[yocto] [meta-oe] build error using read-only-rootfs with samba

2015-05-22 Thread Johannes Pointner
Hello, I recently upgraded to fido and tried to build core-image-x11 but I get the following error if I include the samba package: Collected errors: * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists. I think I was able to find the cause of the problem, it see

[yocto] Yocto compliance

2015-05-22 Thread akuster
Hello, shouldn't we add '1.8' as a check box? - armin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Configuring dropbear ssh

2015-05-22 Thread Matthew Karas
I've tried googling and searching for a while about this. How do I set up yocto to configure dropbear ssh? I'd like to prevent password access over ssh, only permitting key access. Thanks. -- ___ yocto mailing list yocto@yoctoproject.org https://lists

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
Thanks for helping me. My *.bbappend looks now like this: PACKAGECONFIG_append_class-target = " pgsql" "bitbake php" results now in: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Friday 22 May 2015 15:34:50 yocto yocto wrote: > Thanks for helping me. My *.bbappend looks now like this: > > PACKAGECONFIG_append_class-target = " pgsql" > > "bitbake php" results now in: > > ERROR: This autoconf log indicates errors, it looked at host include and/or > library paths while d

Re: [yocto] Configuring dropbear ssh

2015-05-22 Thread Maxin John
Hi Matthew, On Fri, May 22, 2015 at 3:34 PM, Matthew Karas wrote: > I've tried googling and searching for a while about this. > > How do I set up yocto to configure dropbear ssh? > > I'd like to prevent password access over ssh, only permitting key access. Easiest way will be to create a .bbappe

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
Please find the log file attached. The error is at the end 2015-05-22 15:38 GMT+02:00 Paul Eggleton : > On Friday 22 May 2015 15:34:50 yocto yocto wrote: > > Thanks for helping me. My *.bbappend looks now like this: > > > > PACKAGECONFIG_append_class-target = " pgsql" > > > > "bitbake php" result

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Friday 22 May 2015 15:46:43 yocto yocto wrote: > Please find the log file attached. The error is at the end Ok, can I also have config.log (from /home/kse/development/edison- src/build/tmp/work/core2-32-poky-linux/php/5.5.24-r0/build/ ) ? Thanks, Paul -- Paul Eggleton Intel Open Source Tech

[yocto] [meta-raspberrypi][PATCH] bcm2835: update SRC_URI

2015-05-22 Thread Trevor Woerner
It appears as though the location of this tarball has changed. The current SRC_URI works but is redirected to this new location. Signed-off-by: Trevor Woerner --- recipes-devtools/bcm2835/bcm2835_1.38.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/bcm2835

[yocto] Yocto Project Status WW21

2015-05-22 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 1 (M1) Next Deadline: M1 cut off of June 23rd Key Status/Updates: gcc 5.1 merged as non-default. Main regressions now with older kernels/security flags gstreamer 0.10 moved oe-core -> meta-oe YP 1.8 was released WW17. YP 1.7.2 was released WW20. YP 1.6.3

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Friday 22 May 2015 16:40:15 yocto yocto wrote: > Hello Paul, > > "build" does not exist. I attached the config.log from the following folder: > > /development/edison-src/build/tmp/work/core2-32-poky-linux/php/5.5.24-r0/php > -5.5.24 Ah right, of course, in daisy we didn't use a separate build

[yocto] Yocto Project Technical Team Meeting

2015-05-22 Thread Jolley, Stephen K
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[yocto] Yocto Project Technical Team Meeting

2015-05-22 Thread Jolley, Stephen K
All, Due to very few opens and team sharing being brought up during the meeting, we will be moving the Yocto Project Technical Team meeting to once a month, the first Tuesday of each month, at 8am Pacific time. I will start sending a reminder the Friday before the meeting that the following we

[yocto] [meta-oracle-java][PATCH 1/2] oracle-jse-jdk: fix link to binaries

2015-05-22 Thread Mario Domenech Goulart
Remove ${D} from link targets, as it breaks native builds when we restore package contents from sstate cache after removing TMPDIR. Signed-off-by: Mario Domenech Goulart --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe

[yocto] [meta-oracle-java][PATCH 2/2] oracle-jse: provide java2-vm

2015-05-22 Thread Mario Domenech Goulart
This is mostly to make meta-oracle-java compatible with what the counterparts in meta-java provide. Signed-off-by: Mario Domenech Goulart --- recipes-devtools/oracle-java/oracle-jse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle-jse.in

[yocto] bitbake core-image-minimal failure

2015-05-22 Thread Patricia Holden
I'm trying to create a barebones linux for a demo board based on Intel Atom. I've got a kernel patch to add to it, so I created a BSP for Yocto linux, gave it the config & patch and now I want to create a live image to boot via USB stick onto the target board. I got a basic bitbake done with no p

Re: [yocto] Using smart within an SDK

2015-05-22 Thread Ash Charles
On Mon, May 18, 2015 at 10:13 PM, wrote: > The idea is that an sdk will comprise of a manifest(contains list of > sstate items in the sdk) and some location that contains the items in the > manifest. So to update the sdk you would run a command and give it the > location of the manifest and sstat

[yocto] glibc failure during core-image-minimal bitbake

2015-05-22 Thread Patricia Holden
It seems no matter what I try to do I am failing the glibc portion of the bitbake for core-image-minimal. Here is an excerpt from the last round: | x86_64-poky-linux-gcc -m64 --sysroot=/home/patti/poky/build/tmp/sysroots/ags0-qemux86-tcbootstrap open_catalog.c -c -std=gnu99 -fgnu89-inline -O2 -