Re: [yocto] New error in 1.7

2014-11-24 Thread akuster808
There was an issue with the curl package over the weekend. It was corrected early this morning (PST). Do you have the changes? if not, please refresh your cloned source. regards, Armin On 11/24/2014 07:16 PM, peterengcomau...@adam.com.au wrote: I have just downloaded poky 1.7 and am rebuildin

[yocto] New error in 1.7

2014-11-24 Thread peterengcomau001
I have just downloaded poky 1.7 and am rebuilding the image. I get an error that I did not when doing this in 1.6.1 lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$ bitbake atmel-qt5-demo-image -c populate_sdk Build Configuration: BB_VERSION    = "1.24.0" BUILD_SYS = "x86_64-linux" NAT

Re: [yocto] Layer Priority with Wildcard .bbappend Files

2014-11-24 Thread Bob Cochran
On 11/24/2014 03:22 PM, Stevens, Nick wrote: I think I've encountered a bug with how multiple bbappend files are processed when one of the bbappends contains a filename wildcard, but I want to make sure there's not something I'm missing before filing a bug report. I have a BSP layer and a cust

[yocto] Layer Priority with Wildcard .bbappend Files

2014-11-24 Thread Stevens, Nick
I think I've encountered a bug with how multiple bbappend files are processed when one of the bbappends contains a filename wildcard, but I want to make sure there's not something I'm missing before filing a bug report. I have a BSP layer and a customization layer that are based on the OE/poky

Re: [yocto] Missing firmware files

2014-11-24 Thread Gary Thomas
On 2014-11-24 09:52, Paul Eggleton wrote: Hi Gary, On Monday 24 November 2014 09:04:43 Gary Thomas wrote: I have a .bbappend which I use to add some non-public firmware files to linux-firmware. This set up used to work, but today I'm getting only empty packages. Here's my .bbappend fragment

[yocto] Error

2014-11-24 Thread Daniel Pavel
Hello, I am new to Yocto and trying to build an Image for Pandaboard using this guy's guidelines : http://maniacbug.wordpress.com/2012/08/03/pandayocto/ and encountered the following error when building. Here's my log : NOTE: make -j 4 2 Making all in lib 3 make[1]: Entering directory `/h

Re: [yocto] Missing firmware files

2014-11-24 Thread Paul Eggleton
Hi Gary, On Monday 24 November 2014 09:04:43 Gary Thomas wrote: > I have a .bbappend which I use to add some non-public firmware > files to linux-firmware. This set up used to work, but today > I'm getting only empty packages. Here's my .bbappend fragment > > > #-

[yocto] Missing firmware files

2014-11-24 Thread Gary Thomas
I have a .bbappend which I use to add some non-public firmware files to linux-firmware. This set up used to work, but today I'm getting only empty packages. Here's my .bbappend fragment #--- # Wi2Wi (based

Re: [yocto] [bitbake-devel] how to update a package on yocto project

2014-11-24 Thread Nishanth S
Hi board : Intel Galileo Gen 1 I use yocto project for build image/tarball for the board. How to update a existing package??? I mean, I use openjdk-6 on my board. But I need to change it to openjdk-7. I edited local.conf by adding following line. preferred_version_openjdk = I t

Re: [yocto] Running "yocto-bsp create .." in the source directory(poky) brings up an error. "poky directory vs build directory"

2014-11-24 Thread Tom Zanussi
On Mon, 2014-11-24 at 07:07 -0600, Rifenbark, Scott M wrote: > Hi , > > > > Although that sentence could be written differently, it is correct. > Step six of the example says “By default, the script creates the new > BSP Layer in the current working directory of the Source Directory, > which is

[yocto] How can I create a rootfs from packages

2014-11-24 Thread Lorenz B
Hi, I compiled an core-image-minimal and put the resulting ipk packages on a http-server. I saved the package list, too. Now I want to rebuild the rootfs image out of those ipk packages. But if I try with opkg (from the toolchain created with meta-toolchain recipe) some postinst scripts fail bec

Re: [yocto] Running "yocto-bsp create .." in the source directory(poky) brings up an error. "poky directory vs build directory"

2014-11-24 Thread Rifenbark, Scott M
Hi , Although that sentence could be written differently, it is correct. Step six of the example says "By default, the script creates the new BSP Layer in the current working directory of the Source Directory, which is poky in this case." The clause at the end of the sentence is tied to the "

Re: [yocto] [opkg-devel] [opkg-utils PATCH] update-alternatives: avoid double slash problem

2014-11-24 Thread Paul Barker
On 21 November 2014 at 10:11, Chen Qi wrote: > Signed-off-by: Chen Qi > --- > update-alternatives | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/update-alternatives b/update-alternatives > index 8916cbd..ca01d5d 100644 > --- a/update-alternatives > +++ b/update-alternat

[yocto] QEMU machine is not reachable from outside network

2014-11-24 Thread Bipnesh, Abhinav (Abhinav)
Hi, I was trying to access QEMU machine from other host (the host from where the machine is not being run). Below is the output of the command 'runqemu qemuarm (Primarily a core-image-minimal-dev image) ". $ runqemu qemuarm Continuing with the following parameters: KERNEL: [/home/test/yocto/p

Re: [yocto] [SOLVED] Newbie confusion: trying to use meta-mono on poky-socfpga (Arrow SoCKit)

2014-11-24 Thread Spriggs, Jim
Hi Guys, answering my own question... It is sufficient to add "x11" to the DISTRO_FEATURES variable in the machine configuation file ( .../machine/socfpga_cyclone5.conf ). Simple, really! -- jim From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctop