bumps baselibs, communication and rules_imagefs - #273
Closed
rmaddikery wants to merge 6 commits into
Closed
Conversation
- memory/shared migration from baselibs to communication
- qnx8_qemu env: replace the qnx8_qemu_env glob filegroup with pkg_files/
pkg_filegroup targets (etc, ssh config/keys, scripts, config files),
and expose system.build as a plain filegroup for extra_build_files.
- system.build / init.build: drop all ${MAIN_BUILD_FILE_DIR},
${DATAROUTER}, ${FILESYSTEM} substitutions; keep only SDP-root-relative
static content.
- score/datarouter: add datarouter_bin_pkg (pkg_files) wrapping the
datarouter binary for QNX image inclusion.
- score/test/component/datarouter: add datarouter_config_pkg; convert
filetransfer_filesystem's pkg_tar chain to pkg_files/pkg_filegroup,
keeping a pkg_tar output for the Docker path.
- logging_app, dlt_generator_app, filters_app: same pkg_tar ->
pkg_files/pkg_filegroup conversion, each now exposing a
*_filesystem_pkg target alongside the existing *_filesystem tar.
- defs.bzl: py_logging_itf_test now takes a required filesystem_pkg
param; qnx_ifs() uses srcs + extra_build_files instead of the removed
tars/ext_repo_maping attributes.
- mw_log/BUILD: pass filesystem_pkg at all three call sites.
(cherry picked from commit d899fa0)
- adds imagefs.toolchain() for aarch64, sdp_to_import from score_qcc_aarch64_toolchain_pkg
rmaddikery
requested review from
4og,
antonkri,
arsibo and
pawelrutkaq
as code owners
August 24, 2026 09:41
rmaddikery
requested a deployment
to
workflow-approval
August 24, 2026 09:42 — with
GitHub Actions
Waiting
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
(cherry picked from commit f745b77)
rmaddikery
force-pushed
the
rama_bumps_deps
branch
from
August 24, 2026 09:43
a11cc83 to
6f2442d
Compare
|
The created documentation from the pull request is available at: docu-html |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE:
communication rejected the eclipse-score/communication#994 bug hence this forces us to migrate score_rules_imagefs to version 0.0.3 hence the changes.
Open issues that needs addressing before the unit qnx unit tests can be run on arch64 target:
eclipse-score/bazel_cpp_toolchains#124