Re: [yocto] Simple recipe quit working in dizzy

2015-02-24 Thread Jim Rafert
Wow. That must have taken some digging! Thanks, Paul! From: Paul Eggleton [paul.eggle...@linux.intel.com] Sent: Tuesday, February 24, 2015 8:19 AM To: Jim Rafert Cc: yocto@yoctoproject.org Subject: Re: [yocto] Simple recipe quit working in dizzy Jim

Re: [yocto] Simple recipe quit working in dizzy

2015-02-24 Thread Paul Eggleton
Jim, I've just figured out what's going on here. Currently, the RPM backend code deletes any directory named /install in the root directory of the image because it assumes that is a temporary directory created by the image construction code. I have filed a bug to track this issue with a few mor

Re: [yocto] Simple recipe quit working in dizzy

2015-02-20 Thread Jim Rafert
The recipe was working on daisy, and stopped working when ported to dizzy. From: akuster [akus...@mvista.com] Sent: Friday, February 20, 2015 3:28 PM To: yocto@yoctoproject.org Subject: Re: [yocto] Simple recipe quit working in dizzy On 02/20/2015 09:49

Re: [yocto] Simple recipe quit working in dizzy

2015-02-20 Thread akuster
On 02/20/2015 09:49 AM, Jim Rafert wrote: Hi Paul, Thank you for taking an interest in this. I looked at the log.do_rootfs, and didn't see anything that was immediately suspicious. I have inlined the log at the end of my reply, here. I don't see how such a simple recipe could be broken by a

Re: [yocto] Simple recipe quit working in dizzy

2015-02-20 Thread Jim Rafert
Hi Paul, Thank you for taking an interest in this. I looked at the log.do_rootfs, and didn't see anything that was immediately suspicious. I have inlined the log at the end of my reply, here. I don't see how such a simple recipe could be broken by a Yocto bug, and not have the whole thing be

Re: [yocto] Simple recipe quit working in dizzy

2015-02-20 Thread Paul Eggleton
Hi Jim, On Wednesday 18 February 2015 20:33:43 Jim Rafert wrote: > The following recipe, spectra-postbuild_0.1.bb, quit working when I ported > from 1.6 daisy to 1.7.1 dizzy. I include the recipe in my image by adding > it at the end of of the IMAGE_INSTALL_append variable in my local.conf > file

[yocto] Simple recipe quit working in dizzy

2015-02-18 Thread Jim Rafert
Hi all, The following recipe, spectra-postbuild_0.1.bb, quit working when I ported from 1.6 daisy to 1.7.1 dizzy. I include the recipe in my image by adding it at the end of of the IMAGE_INSTALL_append variable in my local.conf file. The purpose of the recipe is simply to lay down some files