Skip to content

Commit

Permalink
feat: initial port to Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Dec 29, 2024
1 parent c4f7761 commit 2746b47
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
run: |
sudo apt install -y devscripts dh-python equivs python3-sphinx
./scripts/build-using-ppa ${PWD}/build jammy
./scripts/build-using-ppa ${PWD}/build noble
2 changes: 1 addition & 1 deletion kas/common/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
meta-isar:
isar:
url: https://github.com/ilbers/isar.git
commit: 740bbf9be9f15ec46ef27f5a220b2365ee0b2f3c
commit: bb5af4f9fc202c66584f38066681b36eaca7edcd
layers:
meta:
meta-isar:
Expand Down
4 changes: 2 additions & 2 deletions kas/ubuntu/mtda-qemu-amd64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---------------------------------------------------------------------------
# Ubuntu focal image to run MTDA on x86_64
# Ubuntu noble image to run MTDA on x86_64
# ---------------------------------------------------------------------------
#
# This software is a part of MTDA.
Expand All @@ -17,4 +17,4 @@ header:
- kas/common/base.yml

machine: qemuamd64
distro: ubuntu-jammy
distro: ubuntu-noble
2 changes: 1 addition & 1 deletion meta-isar/conf/multiconfig/ubuntu-qemu-amd64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------

DISTRO = "ubuntu-jammy"
DISTRO = "ubuntu-noble"
MACHINE = "qemuamd64"
2 changes: 2 additions & 0 deletions meta-isar/recipes-core/images/mtda-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ IMAGE_PREINSTALL += " \
python3-libgpiod \
"

IMAGE_PREINSTALL:remove:ubuntu-noble = "pdudaemon-client"

# HomeKit support
IMAGE_INSTALL += "python3-hap-python"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ---------------------------------------------------------------------------

[tox]
envlist = py38,py39,py310
envlist = py38,py39,py310,py311

[testenv]
allowlist_externals = bash
Expand Down

0 comments on commit 2746b47

Please sign in to comment.