Skip to content

Commit

Permalink
meta-isar: create our own target image
Browse files Browse the repository at this point in the history
Create our own variation of image called mtda-image.

Closes: #210

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
  • Loading branch information
vj-kumar committed Feb 22, 2022
1 parent c5f2a7c commit 3db0d06
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 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-*/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

0 comments on commit 3db0d06

Please sign in to comment.