[yocto] Custom image type with dependencies

2018-10-01 Thread Jef Driesen
Hi, We use a gpg signed tarball as our image format. This is implemented using CONVERSIONTYPES: CONVERSIONTYPES += "gpg" CONVERSION_CMD_gpg = "gpg --batch --yes -s ${IMAGE_NAME}.rootfs.${type}" CONVERSION_DEPENDS_gpg = "gnupg" And then in the image recipe: IMAGE_FSTYPES += "tar tar.gpg" Thi

Re: [yocto] [PATCH] runtime: add BSP test case for usb storage

2018-10-01 Thread Mike Looijmans
On 24-09-18 23:01, Paul Eggleton wrote: On Monday, 24 September 2018 3:02:28 PM NZST Hussin, Mohamad Noor Alim wrote: ... Otherwise I agree with Mike's reply, we should avoid writing to the storage device as part of the test. It is mean that just do test like mount and unmount only? To read

[yocto] [layerindex-web][PATCH] Fix broken regex for recipes with names containing + signs

2018-10-01 Thread Paul Eggleton
In order to show bbappends on the recipe detail page we are doing a regex query to find any whose names match up with the recipe. In the layer index instance at layers.openembedded.org viewing the recipe detail page for any recipe whose name contains ++ (e.g. libsigc++-2.0 in meta-oe) results in an

[yocto] [yocto-docs][PATCH] kernel-dev: document the change detection of kernel feature files

2018-10-01 Thread Urs Fässler
Recommend to add recipe-space features to SRC_URI so that changes to them are detected automatically. Signed-off-by: Urs Fässler Signed-off-by: Pascal Bach --- documentation/kernel-dev/kernel-dev-common.xml | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation

[yocto] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am to 8:30am on the first Tuesday (PDT)

2018-10-01 Thread Jolley, Stephen K
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PDT tomorrow. We will begin the YP 2.7 Planning effort at this time. Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC ch

[yocto] Yocto Project Unassigned Bugs - Help Needed

2018-10-01 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the tr

Re: [yocto] upgrading packages in yocto

2018-10-01 Thread Guilhem Marion
Hello, On 01/10/2018 08:21, Pandey, Kamal wrote: I want to upgrade some packages of poky/meta/recipes-graphics/ like weston_2.0.0.bb to weston_4.0.0.bb. Also I don't want any changes to be made in poky/meta layer. What is the best way of doing these kinds of upgradations. I think bbappend he

Re: [yocto] upgrading packages in yocto

2018-10-01 Thread Nicolas Dechesne
On Mon, Oct 1, 2018 at 8:22 AM Pandey, Kamal wrote: > > I want to upgrade some packages of poky/meta/recipes-graphics/ like > weston_2.0.0.bb to weston_4.0.0.bb. Also I don't want any changes to be made > in poky/meta layer. What is the best way of doing these kinds of > upgradations. I think b