Skip to content

Commit

Permalink
refactor(packages): Remove sd-mux-ctrl build for Ubuntu Noble
Browse files Browse the repository at this point in the history
While the sd-mux-ctrl package is available in Ubuntu Noble's APT repository,
it is not available for Debian Bookworm, necessitating a local build for that
distribution. Modify the DEPENDS section to ensure that the sd-mux-ctrl package
is only built for Debian Bookworm

Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
  • Loading branch information
baprusty authored and chombourger committed Dec 31, 2024
1 parent 8deb316 commit 0f6aad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-isar/recipes-core/packages/mtda-packages.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ DEPENDS = " \
mtda \
sd-mux-ctrl \
"
# Ubuntu noble ships sd-mux-ctrl package
DEPENDS:remove:noble = "sd-mux-ctrl"

# Make sure packages we built were added to the isar-apt repository
do_build[deptask] += "do_deploy_deb"
Expand Down

0 comments on commit 0f6aad0

Please # to comment.