|
[meta-rockchip][PATCH] u-boot: Replace virtual/trusted-firmware-a with trusted-firmware-a
meta-arm has dropped exporting virtual/trusted-firmware-a and expects
direct use of trusted-firmware-a on depends sections
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-arm has dropped exporting virtual/trusted-firmware-a and expects
direct use of trusted-firmware-a on depends sections
Signed-off-by: Khem Raj <raj.khem@...>
---
|
By
Khem Raj
·
#55523
·
|
|
Re: Trouble building core-image-minimal-initramfs for j7-evm target
#grub
Note that using grub-efi on aarch64 is expected and normal, building
"grub" is not. I think the core-image-minimal-initramfs recipes and/or
initramfs-module-install recipes need a bit of
Note that using grub-efi on aarch64 is expected and normal, building
"grub" is not. I think the core-image-minimal-initramfs recipes and/or
initramfs-module-install recipes need a bit of
|
By
Tom Rini
·
#55522
·
|
|
[meta-rockchip][PATCH] u-boot: remove "virtual" keyword in dependency
The latest trusted-firmware-a recipe in meta-arm no longer considers
trusted-firmware-a to have potentially multiple providers.
Signed-off-by: Trevor Woerner <twoerner@...>
---
The latest trusted-firmware-a recipe in meta-arm no longer considers
trusted-firmware-a to have potentially multiple providers.
Signed-off-by: Trevor Woerner <twoerner@...>
---
|
By
Trevor Woerner
·
#55521
·
|
|
[meta-rockchip][PATCH] trusted-firmware-a: Drop 0001-Fix-build-with-gcc-11.patch
This has been included upstream see [1]
[1] https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/f943b7c8e292e3aad2fcbdd0a37505f62b3b4c87%5E%21/#F0
Signed-off-by: Khem Raj
This has been included upstream see [1]
[1] https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/f943b7c8e292e3aad2fcbdd0a37505f62b3b4c87%5E%21/#F0
Signed-off-by: Khem Raj
|
By
Khem Raj
·
#55519
·
|
|
Re: [docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: make all versions list releases known to master
Hi Quentin,
Thanks for the review and for your suggestions.
I tried, but I stumble on the need to copy the latest switchers.js from
yocto-docs to the Bitbake branches too.
And since the Bitbake
Hi Quentin,
Thanks for the review and for your suggestions.
I tried, but I stumble on the need to copy the latest switchers.js from
yocto-docs to the Bitbake branches too.
And since the Bitbake
|
By
Michael Opdenacker
·
#55518
·
|
|
Re: [oe] Help with Inclusive Language in OpenEmbedded/Yocto Project
I am also interested in helping move this forward, please count me in.
Scott
I am also interested in helping move this forward, please count me in.
Scott
|
By
Scott Murray
·
#55517
·
|
|
[meta-raspberrypi] Changing rootfstype to squashfs
Dear all,
My goal is to have a squashfs rootfstype and ext4 data partition that get combined in an overlayfs and switched to the root during boot.
I managed to get the overlayfs and switching of
Dear all,
My goal is to have a squashfs rootfstype and ext4 data partition that get combined in an overlayfs and switched to the root during boot.
I managed to get the overlayfs and switching of
|
By
Beek, Léon van de
·
#55516
·
|
|
Re: Behaviour of .bbappend when default script is not present
Hi,
You could also consider using the `BBFILES_DYNAMIC`[1] variable, this way your bbappend
would only apply when there is `meta-raspberrypi` in the build configuration. Your bbappend
could be placed
Hi,
You could also consider using the `BBFILES_DYNAMIC`[1] variable, this way your bbappend
would only apply when there is `meta-raspberrypi` in the build configuration. Your bbappend
could be placed
|
By
tomzy
·
#55515
·
|
|
Re: Behaviour of .bbappend when default script is not present
You can either use BBMASK in your local.conf to remove the bbappend from the parsing tree or set BB_DANGLINGAPPENDS_WARNONLY in your specific build.
both can be added to your specific kas yaml
You can either use BBMASK in your local.conf to remove the bbappend from the parsing tree or set BB_DANGLINGAPPENDS_WARNONLY in your specific build.
both can be added to your specific kas yaml
|
By
Konrad Weihmann <kweihmann@...>
·
#55514
·
|
|
Behaviour of .bbappend when default script is not present
Dear all,
My situation is as follows:
Using Kas container to build and enable easy CI, I have 2 .yaml files creating my 2 builds for 2 different machines: RaspberryPi and Qemu.
Qemu yaml file
Dear all,
My situation is as follows:
Using Kas container to build and enable easy CI, I have 2 .yaml files creating my 2 builds for 2 different machines: RaspberryPi and Qemu.
Qemu yaml file
|
By
Beek, Léon van de
·
#55513
·
|
|
[meta-selinux][PATCH 3/3] selinux: upgrade 3.2 -> 3.3
Drop backport CVE patches.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
...{checkpolicy_3.2.bb => checkpolicy_3.3.bb} | 0
...python_3.2.bb => libselinux-python_3.3.bb} | 0
Drop backport CVE patches.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
...{checkpolicy_3.2.bb => checkpolicy_3.3.bb} | 0
...python_3.2.bb => libselinux-python_3.3.bb} | 0
|
By
Yi Zhao
·
#55512
·
|
|
[meta-selinux][PATCH 2/3] selinux: move selinux scripts to selinux-scripts
There are too many recipes in recipes-security/selinux. Keep the selinux
userspace recipes and move selinux scripts to selinux-scripts directory
to make the directory hierarchy
There are too many recipes in recipes-security/selinux. Keep the selinux
userspace recipes and move selinux scripts to selinux-scripts directory
to make the directory hierarchy
|
By
Yi Zhao
·
#55511
·
|
|
[meta-selinux][PATCH 1/3] selinux-python: add RDEPENDES on audit-python
Add RDEPENDS on audit-python for selinux-python-semanage.
Fixes:
$ semanage fcontext -a -t user_home_t "/web(/.*)?"
Traceback (most recent call last):
File "/usr/sbin/semanage", line 975, in
Add RDEPENDS on audit-python for selinux-python-semanage.
Fixes:
$ semanage fcontext -a -t user_home_t "/web(/.*)?"
Traceback (most recent call last):
File "/usr/sbin/semanage", line 975, in
|
By
Yi Zhao
·
#55510
·
|
|
[meta-realtime][PATCH] schedtool-dl: add branch and protocol in SRC_URI
Add branch and prototol to avoid do_fetch warnings.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
recipes-tools/schedtool-dl/schedtool-dl.bb | 2 +-
1 file changed, 1 insertion(+), 1
Add branch and prototol to avoid do_fetch warnings.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
recipes-tools/schedtool-dl/schedtool-dl.bb | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Chen Qi
·
#55509
·
|
|
Re: Touchscreen not working if keyboard or mouse plugged in
<gwilson@...> wrote:
I wonder if its some overlap in device tree overlays
perhaps you can open a github issue here
https://github.com/agherzan/meta-raspberrypi/issues
<gwilson@...> wrote:
I wonder if its some overlap in device tree overlays
perhaps you can open a github issue here
https://github.com/agherzan/meta-raspberrypi/issues
|
By
Khem Raj
·
#55508
·
|
|
Touchscreen not working if keyboard or mouse plugged in
We are building yocto Zeus for the Raspberrypi 4. We are using a touchscreen on the system, and it works just fine. But if a keyboard or mouse is plugged in when the system boots then the touchscreen
We are building yocto Zeus for the Raspberrypi 4. We are using a touchscreen on the system, and it works just fine. But if a keyboard or mouse is plugged in when the system boots then the touchscreen
|
By
Greg Wilson-Lindberg
·
#55507
·
|
|
Re: Help with Inclusive Language in OpenEmbedded/Yocto Project
Hi Jon,
Definitely interested. I had already started contributing to
https://wiki.yoctoproject.org/wiki/Inclusive_language. Count me in.
Thanks
Michael.
--
Michael Opdenacker, Bootlin
Embedded
Hi Jon,
Definitely interested. I had already started contributing to
https://wiki.yoctoproject.org/wiki/Inclusive_language. Count me in.
Thanks
Michael.
--
Michael Opdenacker, Bootlin
Embedded
|
By
Michael Opdenacker
·
#55506
·
|
|
Re: Is there any recipe for
#frr
check
https://layers.openembedded.org/layerindex/branch/master/recipes/
if its not there then perhaps no one published it yet.
check
https://layers.openembedded.org/layerindex/branch/master/recipes/
if its not there then perhaps no one published it yet.
|
By
Khem Raj
·
#55505
·
|
|
Re: ls command
try to see if /bin/ls exists. if its not there then maybe its deleted
somehow. best is to flash a new rootfs
>
>
try to see if /bin/ls exists. if its not there then maybe its deleted
somehow. best is to flash a new rootfs
>
>
|
By
Khem Raj
·
#55504
·
|
|
Yocto Project Status WW49`21
Current Dev Position: YP 3.5 M1
Next Deadline: 6th Dec. 2021 YP 3.5 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Dec. 9th at 7:30am PDT
Current Dev Position: YP 3.5 M1
Next Deadline: 6th Dec. 2021 YP 3.5 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Dec. 9th at 7:30am PDT
|
By
Stephen Jolley
·
#55503
·
|