Skip to content

Commit

Permalink
refactor(mtda): use upstream packages on bookworm
Browse files Browse the repository at this point in the history
Some packages we currently build locally are already available in debian
bookworm. By using these, we automatically get security updates and also
reduce the build time of the mtda images. This reduces the build time of
the debian bookworm images by more than 10 minutes.

Signed-off-by: Felix Moessbauer <[email protected]>
  • Loading branch information
fmoessbauer authored and chombourger committed Oct 9, 2023
1 parent e26b844 commit 1a7b3c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-isar/recipes-python/mtda/mtda_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ SRC_URI += "${@' '.join(['file://' + d.getVar('LAYERDIR_mtda') + '/../' + file f
S = "${WORKDIR}/working-repo"

DEPENDS += "zerorpc-python kconfiglib py3qterm python-zstandard"
# bookworm ships suitable versions of these packages
DEPENDS:remove:bookworm = "python-zstandard"
DEPENDS:remove:bookworm = "kconfiglib"

do_gen_working_repo() {
for file in ${MTDA_FILES}; do
Expand Down

0 comments on commit 1a7b3c1

Please sign in to comment.