Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta-isar: create our own target image #216

Merged
merged 1 commit into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-*/isar-image-base-mtda-bullseye-nanopi-*.wic.img
build-nanopi/tmp/deploy/images/nanopi-*/isar-image-base-mtda-bullseye-nanopi-*.wic.img.bmap
build-nanopi/tmp/deploy/images/nanopi-*/mtda-image-mtda-bullseye-nanopi-*.wic.img
build-nanopi/tmp/deploy/images/nanopi-*/mtda-image-mtda-bullseye-nanopi-*.wic.img.bmap
- name: Publish .deb to Gemfury
env:
GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion kas/common/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
header:
version: 10

target: isar-image-base
target: mtda-image

repos:
mtda:
Expand Down
4 changes: 2 additions & 2 deletions kas/debian/mtda-nanopi-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ header:
- kas/debian/bullseye-base.yml

target:
- mc:nanopi-neo:isar-image-base
- mc:nanopi-r1:isar-image-base
- mc:nanopi-neo:mtda-image
- mc:nanopi-r1:mtda-image

local_conf_header:
mtda: |
Expand Down
8 changes: 0 additions & 8 deletions meta-isar/recipes-core/images/isar-image-base.bbappend

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------

inherit image

DESCRIPTION = "Debian image for MTDA assist boards"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.MIT;md5=838c366f69b72c5df05c96dff79b35f2"

PV = "1.0"

ISAR_RELEASE_CMD = "git -C ${LAYERDIR_mtda} describe --tags --dirty --match 'v[0-9].[0-9]*'"

# Default device/file to use for our USB Mass Storage Gadget
Expand Down