Skip to content

Commit

Permalink
remove references to bullseye, bookworm is now used in all configurat…
Browse files Browse the repository at this point in the history
…ions

Signed-off-by: Cedric Hombourger <cedric.hombourger@siemens.com>
  • Loading branch information
chombourger committed Aug 4, 2023
1 parent d488beb commit eabb63d
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 60 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
with:
name: mtda-nanopi-images
path: |
build-nanopi/tmp/deploy/images/nanopi-*/mtda-image-mtda-bullseye-nanopi-*.wic
build-nanopi/tmp/deploy/images/nanopi-*/mtda-image-mtda-bullseye-nanopi-*.wic.bmap
build-nanopi/tmp/deploy/images/nanopi-*/mtda-image-mtda-*-nanopi-*.wic
build-nanopi/tmp/deploy/images/nanopi-*/mtda-image-mtda-*-nanopi-*.wic.bmap
- name: Publish .deb to Gemfury
env:
GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ for IoT applications.
It has two Ethernet ports, on-board Wi-Fi and Bluetooth, a micro SD card slot
and two USB ports. It takes power from its micro USB port.

Debian (bullseye) will be loaded on the microSD card and will include the MTDA
Debian (bookworm) will be loaded on the microSD card and will include the MTDA
agent. It will communicate with its clients over Ethernet. An electric relay
will be controlled via USB to drive power for our Device Under Test.
Communication with that device will be achieved via the USB OTG port where the
Expand Down Expand Up @@ -329,7 +329,7 @@ FriendlyARM for makers, hobbyists and fans.
It is powered by an Allwinner H3 (Cortex A7), has a microSD slot, a microUSB
OTG port, a USB-Host Type A port, an Ethernet port and GPIO pins.

Debian (bullseye) will be loaded on the microSD card and will include the MTDA
Debian (bookworm) will be loaded on the microSD card and will include the MTDA
agent. It will communicate with its clients over Ethernet. An electric relay
will be controlled via a GPIO line in order to drive power for our Device Under
Test. Communication with that device will be achieved via the USB OTG port
Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Installation
============

Using apt on Debian 11
Using apt on Debian 12
----------------------

Packages for Debian 11 (bullseye) may be installed as follows::
Packages for Debian 12 (bookworm) may be installed as follows::

$ echo 'deb [trusted=yes] https://apt.fury.io/mtda/ /' | \
sudo tee /etc/apt/sources.list.d/mtda.list
Expand Down
17 changes: 0 additions & 17 deletions kas/debian/bullseye-base.yml

This file was deleted.

14 changes: 0 additions & 14 deletions meta-isar/conf/apt/debian-bullseye-backports.conf

This file was deleted.

9 changes: 0 additions & 9 deletions meta-isar/conf/apt/debian-bullseye-backports.list

This file was deleted.

11 changes: 0 additions & 11 deletions meta-isar/conf/distro/mtda-bullseye.conf

This file was deleted.

2 changes: 1 addition & 1 deletion meta-isar/conf/multiconfig/nanopi-neo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------

DISTRO = "mtda-bullseye"
DISTRO = "mtda-bookworm"
MACHINE = "nanopi-neo"
2 changes: 1 addition & 1 deletion meta-isar/conf/multiconfig/nanopi-r1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------

DISTRO = "mtda-bullseye"
DISTRO = "mtda-bookworm"
MACHINE = "nanopi-r1"
1 change: 0 additions & 1 deletion meta-isar/recipes-python/mtda/mtda_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ SRC_URI += "${@' '.join(['file://' + d.getVar('LAYERDIR_mtda') + '/../' + file f
S = "${WORKDIR}/working-repo"

DEPENDS += "zerorpc-python kconfiglib py3qterm"
DEPENDS:append:bullseye = " zstandard"

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

0 comments on commit eabb63d

Please sign in to comment.