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
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
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
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
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
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
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
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