Skip to content

Commit 2746b47

Browse files
committedDec 29, 2024
feat: initial port to Ubuntu 24.04
Signed-off-by: Cedric Hombourger <[email protected]>
1 parent c4f7761 commit 2746b47

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
if: startsWith(github.ref, 'refs/tags/v')
9191
run: |
9292
sudo apt install -y devscripts dh-python equivs python3-sphinx
93-
./scripts/build-using-ppa ${PWD}/build jammy
93+
./scripts/build-using-ppa ${PWD}/build noble

‎kas/common/base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
meta-isar:
2222
isar:
2323
url: https://github.com/ilbers/isar.git
24-
commit: 740bbf9be9f15ec46ef27f5a220b2365ee0b2f3c
24+
commit: bb5af4f9fc202c66584f38066681b36eaca7edcd
2525
layers:
2626
meta:
2727
meta-isar:

‎kas/ubuntu/mtda-qemu-amd64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---------------------------------------------------------------------------
2-
# Ubuntu focal image to run MTDA on x86_64
2+
# Ubuntu noble image to run MTDA on x86_64
33
# ---------------------------------------------------------------------------
44
#
55
# This software is a part of MTDA.
@@ -17,4 +17,4 @@ header:
1717
- kas/common/base.yml
1818

1919
machine: qemuamd64
20-
distro: ubuntu-jammy
20+
distro: ubuntu-noble

‎meta-isar/conf/multiconfig/ubuntu-qemu-amd64.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# SPDX-License-Identifier: MIT
66
# ---------------------------------------------------------------------------
77

8-
DISTRO = "ubuntu-jammy"
8+
DISTRO = "ubuntu-noble"
99
MACHINE = "qemuamd64"

‎meta-isar/recipes-core/images/mtda-image.bb

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ IMAGE_PREINSTALL += " \
6262
python3-libgpiod \
6363
"
6464

65+
IMAGE_PREINSTALL:remove:ubuntu-noble = "pdudaemon-client"
66+
6567
# HomeKit support
6668
IMAGE_INSTALL += "python3-hap-python"
6769

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ---------------------------------------------------------------------------
1111

1212
[tox]
13-
envlist = py38,py39,py310
13+
envlist = py38,py39,py310,py311
1414

1515
[testenv]
1616
allowlist_externals = bash

0 commit comments

Comments
 (0)