diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-01 15:04:53 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-05-01 15:04:53 -0400 |
commit | b7b86b40da97986e310cfcbbb58aaddb3f972f09 (patch) | |
tree | 0f84427e8db8ec32c70831ec01a30d3a6d6a6f4c /meta-agl-ic-container/recipes-extended | |
parent | 4de37d6af4cc5d98007f7904a783a61d19c14ea3 (diff) |
meta-agl-ic-container: updates for scarthgap upgrade
Initial set of fixes to handle upgrade to YP 5.0 / scarthgap. The
images are still not buildable after these changes due to the DRM
lease changes to Weston needing further work.
Changes:
- Rename gstreamer1.0-plugins-bad bbappend for version bump.
- Update rcar-gen3 kernel module bbappends to be compatible with
upstream recipe changes.
- Update lxc bbappend to handle addition of lxc-monitord in new
version.
- Refreshed wireplumber patch to fix QA errors.
- Dropped dlt-daemon logging patch for now, IC EG will need to
investigate whether it is still required.
Bug-AGL: SPEC-5123
Change-Id: I3c49bee8c53ef5127950643d3f455167e4da30d9
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-ic-container/recipes-extended')
-rw-r--r-- | meta-agl-ic-container/recipes-extended/dlt-daemon/dlt-daemon_%.bbappend | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-agl-ic-container/recipes-extended/dlt-daemon/dlt-daemon_%.bbappend b/meta-agl-ic-container/recipes-extended/dlt-daemon/dlt-daemon_%.bbappend index 75402fc6..5a82ce3d 100644 --- a/meta-agl-ic-container/recipes-extended/dlt-daemon/dlt-daemon_%.bbappend +++ b/meta-agl-ic-container/recipes-extended/dlt-daemon/dlt-daemon_%.bbappend @@ -1,8 +1,11 @@ # DLT for Linux container integration FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +# NOTE: +# file://0001-Disable-noisy-log-from-dlt-daemon.patch removed +# until someone can review its status with upstream and rebase +# it if it is still required. SRC_URI:append = " \ - file://0001-Disable-noisy-log-from-dlt-daemon.patch \ file://dlt.conf \ file://dlt-system.conf \ file://dlt_logstorage.conf \ |