|
Re: Honister version: ERROR: QA Issue: Files/directories were installed but not shipped
Thanks Michael, greatly appreciate it.
Thanks Michael, greatly appreciate it.
|
By
JH
·
#55385
·
|
|
Re: wic crash when building image with multiple partitions
Actually I found a fix after some debugging. I'm not wic expert but
below patch fix issue for wks content above:
diff --git
Actually I found a fix after some debugging. I'm not wic expert but
below patch fix issue for wks content above:
diff --git
|
By
Marek Belisko
·
#55384
·
|
|
Re: Honister version: ERROR: QA Issue: Files/directories were installed but not shipped
Hi Jupiter,
These checks can be disabled. See
https://docs.yoctoproject.org/ref-manual/classes.html?highlight=insane#insane-bbclass
Cheers
Michael.
--
Michael Opdenacker, Bootlin
Embedded Linux and
Hi Jupiter,
These checks can be disabled. See
https://docs.yoctoproject.org/ref-manual/classes.html?highlight=insane#insane-bbclass
Cheers
Michael.
--
Michael Opdenacker, Bootlin
Embedded Linux and
|
By
Michael Opdenacker
·
#55383
·
|
|
Honister version: ERROR: QA Issue: Files/directories were installed but not shipped
Hi,
I was able to build my package in Zeus, I am now upgrading from Zeus
to Honister, the same package I could build in Zeus now failed in
Honister at do_package where I installed my libraries and
Hi,
I was able to build my package in Zeus, I am now upgrading from Zeus
to Honister, the same package I could build in Zeus now failed in
Honister at do_package where I installed my libraries and
|
By
JH
·
#55382
·
|
|
Re: Useradd recipe not generating /etc/passwd entries
#dunfell
Okay, I seem to have achieved this by adding:
ALLOW_EMPTY_${PN}="1"
To the adh-user-add recipe that everything is depending on (including the image recipe).
I'm a bit confused as to why that was
Okay, I seem to have achieved this by adding:
ALLOW_EMPTY_${PN}="1"
To the adh-user-add recipe that everything is depending on (including the image recipe).
I'm a bit confused as to why that was
|
By
taylor.winning@...
·
#55381
·
|
|
Useradd recipe not generating /etc/passwd entries
#dunfell
Hi,
I’m attempting to create a few service users for our software products. Initially I had inherited useradd in each recipe that required the user, then had a corresponding user added from within
Hi,
I’m attempting to create a few service users for our software products. Initially I had inherited useradd in each recipe that required the user, then had a corresponding user added from within
|
By
taylor.winning@...
·
#55380
·
|
|
Re: #yocto Remove hexdump from image
#yocto
Hi Luca,
I think you either need the right key/string:
$ oe-pkgdata-util find-path /bin/ls.coreutils
coreutils: /bin/ls.coreutils
or to use a wildcard and quotes:
$ oe-pkgdata-util find-path
Hi Luca,
I think you either need the right key/string:
$ oe-pkgdata-util find-path /bin/ls.coreutils
coreutils: /bin/ls.coreutils
or to use a wildcard and quotes:
$ oe-pkgdata-util find-path
|
By
Randy MacLeod
·
#55379
·
|
|
[meta-security][PATCH 1/2] openssl-tpm-engine: fix warning for append operator combined with +=
Fixes:
WARNING: openssl-tpm-engine_0.5.0.bb: CFLAGS:append += is not a
recommended operator combination, please replace it.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
Fixes:
WARNING: openssl-tpm-engine_0.5.0.bb: CFLAGS:append += is not a
recommended operator combination, please replace it.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
|
By
Yi Zhao
·
#55378
·
|
|
[meta-security][PATCH 2/2] meta-parsec/README.md: fix for append operator combined with +=
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-parsec/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-parsec/README.md b/meta-parsec/README.md
index
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-parsec/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-parsec/README.md b/meta-parsec/README.md
index
|
By
Yi Zhao
·
#55377
·
|
|
Re: Private: Re: [yocto] #yocto Remove hexdump from image
#yocto
<jester@...> wrote:
You may not be getting any result because /usr/bin/hexdump is an
alternatives symlink to
/usr/bin/hexdump.util-linux for example
<jester@...> wrote:
You may not be getting any result because /usr/bin/hexdump is an
alternatives symlink to
/usr/bin/hexdump.util-linux for example
|
By
Jason Andryuk
·
#55376
·
|
|
Re: [meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
Looks good. Waiting for CI and I will merge.
---
Andrei
Looks good. Waiting for CI and I will merge.
---
Andrei
|
By
Andrei Gherzan
·
#55375
·
|
|
Re: [meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
https://github.com/agherzan/meta-raspberrypi/pull/951
https://github.com/agherzan/meta-raspberrypi/pull/951
|
By
Devendra Tewari
·
#55374
·
|
|
Re: Private: Re: [yocto] #yocto Remove hexdump from image
#yocto
(re-adding list)
Am 19.11.2021 um 10:11 schrieb lucapirozzi via lists.yoctoproject.org:
You have to use the path you found hexdump at. Check in your running target by using "which", or inspect the
(re-adding list)
Am 19.11.2021 um 10:11 schrieb lucapirozzi via lists.yoctoproject.org:
You have to use the path you found hexdump at. Check in your running target by using "which", or inspect the
|
By
Josef Holzmayr
·
#55373
·
|
|
Re: #yocto Remove hexdump from image
#yocto
Hi Joseph,
thank you for replying.
Shall I use the oe-pkgdata-util find-path this way?
oe-pkgdata-util find-path /usr/bin/hexdump
Because I'm encountering an error
ERROR: Unable to find any package
Hi Joseph,
thank you for replying.
Shall I use the oe-pkgdata-util find-path this way?
oe-pkgdata-util find-path /usr/bin/hexdump
Because I'm encountering an error
ERROR: Unable to find any package
|
By
lucapirozzi@...
·
#55372
·
|
|
Re: #yocto Remove hexdump from image
#yocto
Am 19.11.2021 um 10:02 schrieb lucapirozzi via lists.yoctoproject.org:
Check oe-pkgdata-util find-path in your build to find out which package/recipe to actually look at.
Greetz
Am 19.11.2021 um 10:02 schrieb lucapirozzi via lists.yoctoproject.org:
Check oe-pkgdata-util find-path in your build to find out which package/recipe to actually look at.
Greetz
|
By
Josef Holzmayr
·
#55371
·
|
|
#yocto Remove hexdump from image
#yocto
Hi everyone,
I'm trying to remove some application, some of them packages and other being busybox parts.
I'm trying to remove hexdump from my image and I configured every busybox defconfig to have
Hi everyone,
I'm trying to remove some application, some of them packages and other being busybox parts.
I'm trying to remove hexdump from my image and I configured every busybox defconfig to have
|
By
lucapirozzi@...
·
#55370
·
|
|
[meta-security][PATCH] apparmor: fix warning of remove operator combined with +=
From: Kai Kang <kai.kang@...>
Fix warning for apparmor:
| WARNING: /path/to/meta-security/recipes-mac/AppArmor/apparmor_3.0.1.bb:
| RDEPENDS:${PN}:remove += is not a recommended operator
From: Kai Kang <kai.kang@...>
Fix warning for apparmor:
| WARNING: /path/to/meta-security/recipes-mac/AppArmor/apparmor_3.0.1.bb:
| RDEPENDS:${PN}:remove += is not a recommended operator
|
By
kai
·
#55369
·
|
|
[ANNOUNCEMENT] Yocto Project 3.3.4 (hardknott-25.0.4) is Released
Hello,
We are pleased to announce the Yocto Project 3.3.4 (hardknott-25.0.4) Release is now available for download.
Hello,
We are pleased to announce the Yocto Project 3.3.4 (hardknott-25.0.4) Release is now available for download.
|
By
Vineela
·
#55368
·
|
|
Re: [meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
Thanks.
By
Devendra Tewari
·
#55367
·
|
|
Re: [meta-raspberrypi][PATCH] linux-firmware-rpidistro: add branch in SRC_URI
https://github.com/agherzan/meta-raspberrypi/pull/946
https://github.com/agherzan/meta-raspberrypi/pull/946
|
By
Martin Jansa
·
#55366
·
|