Re: [yocto] meta-zephyr layer

2016-12-13 Thread Randy Witt
The new meta-zephyr is work based on previous original work by Randy Witt and Richard Purdie, so it is actually a second kick at the can. One of the things I did when I originally put this together that could now change is qemuzephyrrunner.py which is used in the tests. I did it because

Re: [yocto] [yocto-autobuilder][PATCH] GetLayerVersion.py: set new layer version only if cmd was sucessful and not already set

2016-05-25 Thread Randy Witt
On 05/25/2016 01:28 PM, Bill Randle wrote: Fixed a bug where GetLayerVersion set the layerversion to -1 when a meta-poky layer.conf was not found. Signed-off-by: Bill Randle --- .../autobuilder/buildsteps/GetLayerVersion.py | 15 ++- 1 file changed, 6 insertions(+), 9 d

Re: [yocto] [OE-core] RFC: Reference updater filesystem

2015-11-25 Thread Randy Witt
On Mon, Nov 23, 2015 at 1:41 PM, Mariano Lopez < mariano.lo...@linux.intel.com> wrote: > There has been interest in an image based software updater in Yocto > Project. The proposed solution for a image based updater is to use Stefano > Babic's software updater (http://sbabic.github.io/swupdate). T

Re: [yocto] Transitioning to Yocto, some basic questions about workflow

2015-11-10 Thread Randy Witt
Hi Michael, See my replies below. On 11/10/2015 02:27 PM, Michael Habibi wrote: This is fundamentally why I have been looking into Yocto/BB/OE as a potential replacement distribution. However, I have a couple questions stemming from my research. We can leverage the existing Yocto build for v

Re: [yocto] Packages in packagegroup are not installed in image

2015-08-25 Thread Randy Witt
you the consistency you want? IMAGE_INSTALL_append = " packagegroup-core-buildessential-extended" IMAGE_INSTALL_append = " packagegroup-core-devtools" 3) Update the local.conf to include EXTRA_IMAGE_FEATURES = "debug-tweaks tools-testapps tools-debug" Thanks, MY -

Re: [yocto] Packages in packagegroup are not installed in image

2015-07-23 Thread Randy Witt
On 07/23/2015 10:59 AM, Randy Witt wrote: Hi Mei, On 07/15/2015 10:40 AM, Ng, Mei Yeen wrote: Hi, I need help for issue where packages in packagegroup that compiles perfectly fine with core-images, but when verified in the image, they are not installed for some reason. My understanding was

Re: [yocto] Packages in packagegroup are not installed in image

2015-07-23 Thread Randy Witt
Hi Mei, On 07/15/2015 10:40 AM, Ng, Mei Yeen wrote: Hi, I need help for issue where packages in packagegroup that compiles perfectly fine with core-images, but when verified in the image, they are not installed for some reason. My understanding was that packages listed under RDEPENDS in the p

Re: [yocto] Using smart within an SDK

2015-05-26 Thread Randy Witt
On 05/26/2015 03:38 PM, Ash Charles wrote: On Tue, May 26, 2015 at 3:18 PM, Randy Witt wrote: Did you source the environment-setup script? If so, what distro were you using? Ubuntu 15.04 (Vivid-Vervet). I used an SDK created based on the gumstix-console-image rather than a mainstream image

Re: [yocto] Using smart within an SDK

2015-05-26 Thread Randy Witt
On 05/22/2015 03:24 PM, Ash Charles wrote: 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

Re: [yocto] [YOCTO]: About adding documentation in final SDK image

2015-03-26 Thread Randy Witt
Hi Preeti, On 03/19/2015 09:07 AM, Preeti P wrote: Hi all, I am working on adding the documents in to my SDK image. Basically, I want to have the man and info documentation for the tool-chain item in my SDK image. As per my understanding, the install package for every recipe gets split into di

Re: [yocto] nightly-world-lsb.conf: Do world builds for poky-lsb

2015-03-24 Thread Randy Witt
On 03/24/2015 03:41 PM, Graydon, Tracy wrote: [YOCTO #7261] Do world builds for poky-lsb. This patch adds the new nightly-world-lsb buildset to fix bug #7261. Also added it to the normal nightly.conf trigger and yoctoAB.conf. Signed-off-by: Graydon, Tracy --- buildset-config.controller/night

Re: [yocto] Append recipe LICENCE checksum problem

2015-03-05 Thread Randy Witt
On 03/05/2015 12:46 PM, p_j_r_m wrote: I have a layer meta-mycompany where i want to append to the grub_2.00 recipe placed at openembedded-core layer just to add my custom grub.cfg file. Also, I see there is ALREADY a grub-2.00.bbappend file in my BSP layer (meta-montavista-1.4).My layer has hi

Re: [yocto] Identifying image in os-release

2015-02-03 Thread Randy Witt
On 02/03/2015 11:42 AM, Moore, Thomas (FtWorth) wrote: For my system, we are generating two images: a release image and a debug image. The debug image simply adds the debug image features (tools-debug, eclipse-debug, and dbg-pkgs). This approach looks like it is going to work well for our need

Re: [yocto] Integration of custom recipe with SDK

2014-09-18 Thread Randy Witt
On 09/18/2014 05:12 AM, Navani Srivastava wrote: Hi, I am using Poky-8.0.2 danny version for development. I want to integrate my custom recipe with sdk generated by meta-toolchain-qte so that I can use header files and libraries generated by my custom recipe for cross compilation. I am not sure