Current high bug count owners for Yocto Project 3.5
Stephen Jolley
All,
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Yocto Project Newcomer & Unassigned Bugs - Help Needed
Stephen Jolley
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bugs Also please review: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded and how to create a bugzilla account at: https://bugzilla.yoctoproject.org/createaccount.cgi The idea is these bugs should be straight forward for a person to help work on who doesn't have deep experience with the project. If anyone can help, please take ownership of the bug and send patches! If anyone needs help/advice there are people on irc who can likely do so, or some of the more experienced contributors will likely be happy to help too.
Also, 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 triage team) are therefore going to start reporting out the currently 399 unassigned or newcomer bugs.
We're hoping people may be able to spare some time now and again to help out with these. Bugs are split into two types, "true bugs" where things don't work as they should and "enhancements" which are features we'd want to add to the system. There are also roughly four different "priority" classes right now, “3.4”, “3.5, "3.99" and "Future", the more pressing/urgent issues being in "3.4" and then “3.5”.
Please review this link and if a bug is something you would be able to help with either take ownership of the bug, or send me (sjolley.yp.pm@...) an e-mail with the bug number you would like and I will assign it to you (please make sure you have a Bugzilla account). The list is at: https://wiki.yoctoproject.org/wiki/Bug_Triage_Archive#Unassigned_or_Newcomer_Bugs
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
On Mon, Dec 13, 2021 at 9:18 AM Quentin Schulz <foss+yocto@...> wrote:
I agree with you that broken is not good as it was for sometime, but now with the latest supported release in 3.4 series ( which is 3.4.1) things should be good.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: help with ERROR: Nothing RPROVIDES <recipe> error
Quentin Schulz
Hi José,
On December 13, 2021 12:26:29 PM GMT+01:00, "Cardenas Jose Antonio (JCARDENA)" <joseantonio.cardenas@...> wrote: Hi all.The issue is that you masked a recipe whose packages are required by other recipes packages. Find where the RDEPENDS is set for this recipe package and remove the package which depends on that recipe package from your image (usually, don't include it), or break the dependency chain there by removing the RDEPENDS. Hope this helps, Cheers, Quentin Regards.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Is it possible to run a read-only fs without IMAGE_FEATURE = "read-only-rootfs"
Quentin Schulz
Hi Léon,
On December 13, 2021 3:40:05 PM GMT+01:00, "Beek, Léon van de" <l.v.d.beek@...> wrote: Dear all,Did you check that your kernel actually supports squashfs as rootfs? There is a Kconfig option for it IIRC. Are there steps I am missing? I believe that IMAGE_FEATURE = "read-only-rootfs" should not be necessary as I am mounting the rootfs in an overlay before starting /sbin/init , but I might be wrong.Since it's an image feature, it's not going to impact anything outside of the image recipe but I don't know exactly what this is doing from memory. Cheers, Quentin Kind regards,
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Quentin Schulz
Hi Khem,
On December 13, 2021 4:04:03 PM GMT+01:00, Khem Raj <raj.khem@...> wrote: On Mon, Dec 13, 2021 at 1:00 AM Quentin Schulz <We need this patch for honister 3.4 but what I meant is that even though it's not needed for honister >= 3.4.1, I'm still interested in what the policy should be. Especially what we should have done between 3.4 and 3.4.1, before the latter was released. I understand the precedent it creates but also, it's a bit sad for a "BSP" layer to have some support broken between Yocto releases. Cheers, Quentin
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
On Mon, Dec 13, 2021 at 1:00 AM Quentin Schulz <quentin.schulz@...> wrote: Hi Trevor, Do we still need this patch ? I think now that dot release is out it’s less of a problem. Version specific patching will set a different preset for the layer to carry unexcercised patches
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Is it possible to run a read-only fs without IMAGE_FEATURE = "read-only-rootfs"
Beek, Léon van de
Dear all,
Currently I have created an image which upon boot mounts my rootfs as readonly in an overlay with my data partition. I set out to change the FS type of my rootfs to something that is actuall read-only like squashfs, however I am getting a kernel panic whenever I boot saying:
“Not syncing: vfs: Unable to mount root fs on unknown-blick(179,2)”
The steps I took to convert to a read-only rootfs:
Are there steps I am missing? I believe that IMAGE_FEATURE = "read-only-rootfs" should not be necessary as I am mounting the rootfs in an overlay before starting /sbin/init , but I might be wrong.
Kind regards,
Léon van de Beek
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
help with ERROR: Nothing RPROVIDES <recipe> error
Cardenas Jose Antonio (JCARDENA)
Hi all.
I have added a recipe to BBMASK to skip the processing of this recipe for now, but when I try to compile the image i get ERROR: Nothing RPROVIDES <recipe> error. It’s like I should say to yocto to reparse all recipes but I don’t find the way to do it without remove the build directory and build again.
Regards. José
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-cgl][PATCH] resource-agents: Fix QA Issue:
leimaohui
ping
toggle quoted messageShow quoted text
-----Original Message-----
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[ANNOUNCEMENT] Yocto Project 3.4.1 (honister) is Released
Lee Chee Yang
Hello,
We are pleased to announce the Yocto Project 3.4.1 Release is now available for download.
A gpg signed version of these release notes is available at: https://downloads.yoctoproject.org/releases/yocto/yocto-3.4.1/RELEASENOTES Full Test Report: https://downloads.yoctoproject.org/releases/yocto/yocto-3.4.1/testreport.txt
Thank you for everyone's contributions to this release.
Chee Yang Lee Yocto Project Build and Release yocto-3.4.1 Release Notes - --------------------------
- -------------------------- Repositories/Downloads - --------------------------
Repository Name: poky Repository Location: https://git.yoctoproject.org/git/poky Branch: honister Tag: yocto-3.4.1 Git Revision: b53230c08d9f02ecaf35b4f0b70512abbf10ae11 Release Artefact: poky-b53230c08d9f02ecaf35b4f0b70512abbf10ae11 sha: 57d49e2afafb555baf65643acf752464f0eb7842b964713a5de7530c392de159 Download Locations:
Repository Name: openembedded-core Repository Location: https://git.openembedded.org/openembedded-core Branch: honister Tag: yocto-3.4.1 Git Revision: 70384dd958c57d1da924a66cffa35f80eb60d4b0 Release Artefact: oecore-70384dd958c57d1da924a66cffa35f80eb60d4b0 sha: 7c90147cbd4b552fa7915066b41bbd3382b120ff19ded7551bf850e2d744ef12 Download Locations:
Repository Name: meta-mingw Repository Location: https://git.yoctoproject.org/git/meta-mingw Branch: honister Tag: yocto-3.4.1 Git Revision: f5d761cbd5c957e4405c5d40b0c236d263c916a8 Release Artefact: meta-mingw-f5d761cbd5c957e4405c5d40b0c236d263c916a8 sha: d4305d638ef80948584526c8ca386a8cf77933dffb8a3b8da98d26a5c40fcc11 Download Locations:
Repository Name: meta-gplv2 Repository Location: https://git.yoctoproject.org/git/meta-gplv2 Branch: honister Tag: yocto-3.4.1 Git Revision: f04e4369bf9dd3385165281b9fa2ed1043b0e400 Release Artefact: meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400 sha: ef8e2b1ec1fb43dbee4ff6990ac736315c7bc2d8c8e79249e1d337558657d3fe Download Locations:
Repository Name: bitbake Repository Location: https://git.openembedded.org/bitbake Branch: honister Tag: yocto-3.4.1 Git Revision: 44a83b373e1fc34c93cd4a6c6cf8b73b230c1520 Release Artefact: bitbake-44a83b373e1fc34c93cd4a6c6cf8b73b230c1520 sha: 03d50c1318d88d62eb01d359412ea5a8014ef506266629a2bd43ab3a2ef19430 Download Locations:
Repository Name: yocto-docs Repository Location: https://git.yoctoproject.org/git/yocto-docs Branch: honister Tag: yocto-3.4.1 Git Revision: b250eda5a0beba8acc9641c55a5b0e30594b5178
- --------------- Contributors - --------------- Ahmed Hossam Alexander Kanavin Alexandre Belloni Andrej Valek Andres Beltran Anuj Mittal Bruce Ashfield Chen Qi Claus Stovgaard Daiane Angolini Hsia-Jun(Randy) Li Jon Mason Jose Quaresma Joshua Watt Kai Kang Khem Raj Kiran Surendran Manuel Leonhardt Michael Opdenacker Oleksandr Kravchuk Pablo Saavedra Rodi?o Paul Eggleton Peter Kjellerstedt Quentin Schulz Ralph Siemsen Randy Li Richard Purdie Ross Burton Sakib Sajal Saul Wold Teoh Jay Shen Tim Orling Tom Hochstein Yureka
- --------------- Known Issues - --------------- Bug 14622 - bsps-hw.bsps-hw.Test_Seek_bar_and_volume_control manual test case failure
- --------------- Security Fixes - --------------- glibc: Backport fix for CVE-2021-43396 vim: add patch number to CVE-2021-3778 patch vim: fix CVE-2021-3796, CVE-2021-3872, and CVE-2021-3875 squashfs-tools: follow-up fix for CVE-2021-41072 avahi: update CVE id fixed by local-ping.patch squashfs-tools: fix CVE-2021-41072 ffmpeg: fix CVE-2021-38114 curl: fix CVE-2021-22945 through -22947
- --------------- Fixes - --------------- bitbake.conf: Fix corruption of GNOME mirror url bitbake.conf: Use wayland distro feature for native builds bitbake: Revert "parse/ast: Show errors for append/prepend/remove operators combined with +=/.=" bitbake: bitbake-worker: Add debug when unpickle fails bitbake: cooker: Fix task-depends.dot for multiconfig targets bitbake: cooker: Handle parse threads disappearing to avoid hangs bitbake: cooker: Handle parsing results queue race bitbake: cooker: Remove debug code, oops :( bitbake: cooker: check if upstream hash equivalence server is available bitbake: fetch/git: Handle github dropping git:// support bitbake: fetch/wget: Add timeout for checkstatus calls (30s) bitbake: fetch2/perforce: Fix typo bitbake: fetch2: Fix url remap issue and add testcase bitbake: fetch2: fix downloadfilename issue with premirror bitbake: fetch: Handle mirror user/password replacements correctly bitbake: parse/ast: Show errors for append/prepend/remove operators combined with +=/.= bitbake: runqueue: Fix runall option handling bitbake: runqueue: Fix runall option task deletion ordering issue bitbake: test/fetch: Update urls to match upstream branch name changes bitbake: tests/fetch.py: add test case to ensure downloadfilename is used for premirror bitbake: tests/fetch.py: fix premirror test cases bitbake: tests/fetch: Update github urls bitbake: tests/fetch: Update pcre.org address after github changes bitbake: tests/runqueue: Ensure hashserv exits before deleting files bitbake: utils: Handle lockfile filenames that are too long for filesystems bootchart2: Don't compile python modules build-appliance-image: Update to honister head revision buildhistory: Fix package output files for SDKs busybox: 1.34.0 -> 1.34.1 ca-certificates: update 20210119 -> 20211016 classes/populate_sdk_base: Add setscene tasks conf: update for release 3.4 convert-srcuri.py: use regex to check space in SRC_URI create-spdx: Fix key errors in do_create_runtime_spdx create-spdx: Protect against None from LICENSE_PATH create-spdx: Set the Organization field via a variable create-spdx: add create_annotation function create-spdx: cross recipes are native also create_spdx: ensure is_work_shared() is unique cups: Fix missing installation of cups sysv init scripts docs: poky.yaml: updates for 3.4 dpkg: Install dkpg-perl scripts to versioned perl directory glibc-version.inc: remove branch= from GLIBC_GIT_URI go-helloworld/glide: Fix urls go.bbclass: Allow adding parameters to go ldflags go: upgrade 1.16.7 -> 1.16.8 gst-devtools: 1.18.4 -> 1.18.5 gst-examples: 1.18.4 -> 1.18.5 gstreamer1.0-libav: 1.18.4 -> 1.18.5 gstreamer1.0-omx: 1.18.4 -> 1.18.5 gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5 gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5 gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5 gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5 gstreamer1.0-python: 1.18.4 -> 1.18.5 gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5 gstreamer1.0-vaapi: 1.18.4 -> 1.18.5 gstreamer1.0: 1.18.4 -> 1.18.5 insane.bbclass: Add a check for directories that are expected to be empty kernel-devsrc: Add vdso.lds and other build files for riscv64 as well libnewt: Use python3targetconfig to fix reproducibility issue libpcre/libpcre2: correct SRC_URI libx11-compose-data: Update LICENSE to better reflect reality libx11: Update LICENSE to better reflect reality libxml2: Use python3targetconfig to fix reproducibility issue linunistring: Add missing gperf-native dependency linux-firmware: upgrade to 20211027 linux-yocto-dev: Ensure DEPENDS matches recent 5.14 kernel changes linux-yocto-rt/5.10: update to -rt54 linux-yocto/5.10: update to v5.10.78 linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX as built-in linux-yocto/5.14: update to v5.14.17 linux-yocto: add libmpc-native to DEPENDS lttng-tools: replace ad hoc ptest fixup with upstream fixes manuals: releases.rst: move gatesgarth to outdated releases section mesa: Enable svga for x86 only mesa: upgrade 21.2.1 -> 21.2.4 meson.bblcass: Remove empty egg-info directories before running meson meson: install native file in sdk meson: move lang args to the right section meson: set objcopy in the cross and native toolchain files meta/scripts: Manual git url branch additions meta: Add explict branch to git SRC_URIs migration-3.4: add additional migration info migration-3.4: add some extra packaging notes migration-3.4: tweak overrides change section migration: tweak introduction section mirrors: Add kernel.org sources mirror for downloads.yoctoproject.org mirrors: Add uninative mirror on kernel.org nativesdk-packagegroup-sdk-host.bb: Update host tools for wayland oeqa/runtime/parselogs: modified drm error in common errors list oeqa/selftest/sstatetests: fix typo ware -> were oeqa: Update cleanup code to wait for hashserv exit opkg: Fix poor operator combination choice ovmf: update 202105 -> 202108 patch.bbclass: when the patch fails show more info on the fatal error poky.conf: bump version for 3.4.1 honister release poky.yaml: add lz4 and zstd to essential host packages poky.yaml: fix lz4 package name for older Ubuntu versions pseudo: Add fcntl64 wrapper python3-setuptools: _distutils/sysconfig fix python3: update to 3.9.7 qemu.inc: Remove empty egg-info directories before running meson recipes: Update github.com urls to use https ref-manual: Update how to set a useradd password ref-manual: document "reproducible_build" class and SOURCE_DATE_EPOCH ref-manual: document BUILD_REPRODUCIBLE_BINARIES ref-manual: document TOOLCHAIN_HOST_TASK_ESDK ref-manual: remove meta class ref-manual: update system requirements releases.rst: fix release number for 3.3.3 scripts/convert-srcuri: Update SRC_URI conversion script to handle github url changes scripts/lib/wic/help.py: Update Fedora Kickstart URLs scripts/oe-package-browser: Fix after overrides change scripts/oe-package-browser: Handle no packages being built spdx.py: Add annotation to relationship sstate: Account for reserved characters when shortening sstate filenames sstate: another fix for touching files inside pseudo sstate: fix touching files inside pseudo staging: Fix autoconf-native rebuild failure strace: fix build against 5.15 kernel/kernel-headers strace: show test suite log on failure stress-ng: convert to git, website is down systemd: add missing include for musl tar: filter CVEs using vendor name test-manual: how to enable reproducible builds testimage: fix unclosed testdata file tzdata: update 2021d to 2021d uninative: Add version to uninative tarball name waffle: convert to git, website is down wayland: Fix wayland-tools packaging wireless-regdb: upgrade 2021.07.14 -> 2021.08.28 wpa-supplicant: Match package override to PACKAGES for pkg_postinst
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[PATCH yocto-autobuilder-helper] run-auh: do not clean up build directory
Alexander Kanavin
This is done regularly by the overall AB maintenance tooling, and erasing
build artifacts makes it difficult to find out what went wrong when it does. Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- scripts/run-auh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/run-auh b/scripts/run-auh index 7a9ab70..656bedd 100755 --- a/scripts/run-auh +++ b/scripts/run-auh @@ -24,9 +24,4 @@ git checkout -B tmp-auh-upgrades origin/master source $poky_dir/oe-init-build-env $build_dir $auh_dir/upgrade-helper.py -e all -# clean up to avoid the disk filling up -rm -rf $build_dir/tmp/ -rm -rf $build_dir/workspace/sources/* -find $sstate_dir -atime +10 -delete - popd -- 2.33.1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
QA notification for completed autobuilder build (yocto-3.5_M1.rc2)
Richard Purdie
A build flagged for QA (yocto-3.5_M1.rc2) was completed on the autobuilder and
is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.5_M1.rc2 Build hash information: bitbake: 1ecc1d9424877df89fcda2f23c306998998a65ff meta-agl: 6d1ab9f3bb270a773ec5d2f7c8c856796833b559 meta-arm: d446f7f80bf61e9cf05843e8ef4bc5473f936118 meta-aws: 8893e0cd4c0981eeda941eaa9ad2eb9359670502 meta-gplv2: f04e4369bf9dd3385165281b9fa2ed1043b0e400 meta-intel: aa8482af7b286f8fe8f7aae648938d4ebf0283c5 meta-mingw: 992fb40bdbfe9fe60f815aac46e04c58963918b5 meta-openembedded: ba6a16cdca661b2d5251df243dc19bda0e8db651 oecore: 1a6c2a7345199d77ad5aeac8ad337ed80a8aa39b poky: 65c94ca3196e5ef3344a469fea8e30444f2e967a This is an automated message from the Yocto Project Autobuilder Git: git://git.yoctoproject.org/yocto-autobuilder2 Email: richard.purdie@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH v2] override syntax fixup
On Sat, Dec 11, 2021 at 5:56 AM Trevor Woerner <twoerner@...> wrote: The _virtual notation is not an override. These syntax "fixes" need to be Looks good
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [oe] Help with Inclusive Language in OpenEmbedded/Yocto Project
On 12/6/21 5:01 PM, Jon Mason wrote:
This email is a follow-up from the session held on Friday at theThanks for driving this. please add me to the list. -armin
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[meta-rockchip][PATCH v2] override syntax fixup
Trevor Woerner
The _virtual notation is not an override. These syntax "fixes" need to be
reverted. In the case of the kernel override, when it was added, the rock-pi-e needed the latest kernel (linux-yocto-dev) but now the default linux-yocto kernel will suffice. So this mistake actually switched the rock-pi-e from linux-yocto-dev back to linux-yocto inadvertently but at a time when linux-yocto-dev was no longer required. In the case of the bootloader overrides, u-boot was always the default, so these overrides were always redundant. Therefore, in the end, simply removing these overrides is the best way forward (considering these aren't doing anything, and the builds are working fine regardless). Signed-off-by: Trevor Woerner <twoerner@...> --- conf/machine/include/rk3288.inc | 1 - conf/machine/include/rk3328.inc | 2 -- conf/machine/include/rk3399.inc | 2 -- conf/machine/include/rockchip-defaults.inc | 1 - conf/machine/rock-pi-e.conf | 2 -- 5 files changed, 8 deletions(-) diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc index 5b84e94..1d4a0e3 100644 --- a/conf/machine/include/rk3288.inc +++ b/conf/machine/include/rk3288.inc @@ -12,5 +12,4 @@ SERIAL_CONSOLES = "115200;ttyS2" KBUILD_DEFCONFIG ?= "multi_v7_defconfig" KERNEL_IMAGETYPE = "zImage" -PREFERRED_PROVIDER:virtual/bootloader ?= "u-boot" UBOOT_SUFFIX ?= "bin" diff --git a/conf/machine/include/rk3328.inc b/conf/machine/include/rk3328.inc index 0f3a730..acc9afd 100644 --- a/conf/machine/include/rk3328.inc +++ b/conf/machine/include/rk3328.inc @@ -19,5 +19,3 @@ TFA_BUILD_TARGET = "bl31" UBOOT_SUFFIX ?= "itb" UBOOT_ENTRYPOINT ?= "0x06000000" - -PREFERRED_PROVIDER:virtual/bootloader ?= "u-boot" diff --git a/conf/machine/include/rk3399.inc b/conf/machine/include/rk3399.inc index 09c87c0..1e6c3b6 100644 --- a/conf/machine/include/rk3399.inc +++ b/conf/machine/include/rk3399.inc @@ -19,5 +19,3 @@ TFA_BUILD_TARGET = "bl31" UBOOT_SUFFIX ?= "itb" UBOOT_ENTRYPOINT ?= "0x06000000" - -PREFERRED_PROVIDER:virtual/bootloader ?= "u-boot" diff --git a/conf/machine/include/rockchip-defaults.inc b/conf/machine/include/rockchip-defaults.inc index 455cca8..ca94249 100644 --- a/conf/machine/include/rockchip-defaults.inc +++ b/conf/machine/include/rockchip-defaults.inc @@ -5,7 +5,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" KCONFIG_MODE ?= "alldefconfig" # xserver -PREFERRED_PROVIDER:virtual/xserver = "xserver-xorg" XSERVER = " \ xserver-xorg \ xserver-xorg-utils \ diff --git a/conf/machine/rock-pi-e.conf b/conf/machine/rock-pi-e.conf index 7f49c9f..0e2856f 100644 --- a/conf/machine/rock-pi-e.conf +++ b/conf/machine/rock-pi-e.conf @@ -7,9 +7,7 @@ require conf/machine/include/rk3328.inc MACHINEOVERRIDES =. "rock-pi-e:" -PREFERRED_PROVIDER:virtual/kernel = "linux-yocto-dev" KERNEL_DEVICETREE = "rockchip/rk3328-rock-pi-e.dtb" MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" -PREFERRED_PROVIDER:virtual/bootloader = "u-boot" UBOOT_MACHINE = "rock-pi-e-rk3328_defconfig" -- 2.34.1.75.gabe6bb3905
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[meta-rockchip][PATCH] rock-pi-e: override syntax fixup
Trevor Woerner
The _virtual notation is not an override. These syntax "fixes" need to be
reverted. In the case of the kernel override, when it was added, the rock-pi-e needed the latest kernel (linux-yocto-dev) but now the default linux-yocto kernel will suffice. So this mistake actually switched the rock-pi-e from linux-yocto-dev back to linux-yocto inadvertently but at a time when linux-yocto-dev was no longer required. In the case of the bootloader override, u-boot was always the default, so this override was always redundant. Therefore, in the end, simply removing both these overrides is the best way forward. Signed-off-by: Trevor Woerner <twoerner@...> --- conf/machine/rock-pi-e.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/machine/rock-pi-e.conf b/conf/machine/rock-pi-e.conf index 7f49c9f..0e2856f 100644 --- a/conf/machine/rock-pi-e.conf +++ b/conf/machine/rock-pi-e.conf @@ -7,9 +7,7 @@ require conf/machine/include/rk3328.inc MACHINEOVERRIDES =. "rock-pi-e:" -PREFERRED_PROVIDER:virtual/kernel = "linux-yocto-dev" KERNEL_DEVICETREE = "rockchip/rk3328-rock-pi-e.dtb" MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" -PREFERRED_PROVIDER:virtual/bootloader = "u-boot" UBOOT_MACHINE = "rock-pi-e-rk3328_defconfig" -- 2.34.1.75.gabe6bb3905
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH] trusted-firmware-a: replace baudrate with the one specified in machine conf
Trevor Woerner
On Fri 2021-12-10 @ 03:50:19 PM, Quentin Schulz wrote:
Hi Trevor,Sounds good.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH] trusted-firmware-a: replace baudrate with the one specified in machine conf
Trevor Woerner
On Thu 2021-11-11 @ 06:00:02 PM, Quentin Schulz wrote:
Not all Rockchip boards have their console running at 1500000 baud inThis looks fragile to me, any change in the number of spaces/tabs and this line will stop working. Thankfully the symbol RK3399_BAUDRATE only appears once in this file! That will allow us to do something like the following instead: sed '/RK3399_BAUDRATE.*/RK3399_BAUDRATE ${RK_CONSOLE_BAUD}/d' Can you test and submit a v2 please? +
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc
Alexander Kanavin
Please send the patch to openembedded-core list. Also I wonder about this:
| Run-time dependency wayland-client found: YES 1.19.0 How does it happen? Is something else building wayland items? Alex
On Fri, 10 Dec 2021 at 06:40, Markus Volk <f_l_k@...> wrote: I encountered an error while trying to build libva under wayland. libva-initial
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|