summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2024-09-26 08:43:54 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2024-09-26 08:51:45 +0900
commit693efa8f8865d1f84e7a024e6dc14f3107c18dd8 (patch)
tree3bfced87697c256dc7ce63d39e3679446eb4e8f4
parente2c74125f476e870f7db169d25e9e73bf68b1105 (diff)
downloadmeta-693efa8f8865d1f84e7a024e6dc14f3107c18dd8.tar.gz
meta-693efa8f8865d1f84e7a024e6dc14f3107c18dd8.tar.bz2
meta-693efa8f8865d1f84e7a024e6dc14f3107c18dd8.zip
Add a record-pkg option to create some files. Current, it's creating a '.packages' about commit-id. Additional, it can be created the '.license' and '.files'. The developer can check the licneses and files with thosse files about packages that are installed. It should be helpful. Change-Id: I70e5dd3acf79c139b8246dcfc773ef41e69f796a Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r--ks/tizen-headed-aarch64.yaml2
-rw-r--r--ks/tizen-headed-armv7hl.yaml2
-rw-r--r--ks/tizen-headed-armv7l.yaml2
-rw-r--r--ks/tizen-headed-riscv64.yaml2
-rw-r--r--ks/tizen-headless-aarch64.yaml2
-rw-r--r--ks/tizen-headless-armv7l.yaml2
-rw-r--r--ks/tizen-headless-riscv64.yaml2
7 files changed, 7 insertions, 7 deletions
diff --git a/ks/tizen-headed-aarch64.yaml b/ks/tizen-headed-aarch64.yaml
index fac8d2e..b43a6f6 100644
--- a/ks/tizen-headed-aarch64.yaml
+++ b/ks/tizen-headed-aarch64.yaml
@@ -4,7 +4,7 @@ Schedule: "*"
Active: True
Platform: Tizen IoT
Part: common-3parts-ramdisk-recovery
-Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz
+Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz --record-pkgs=name,content,license
FileName: tizen-headed-aarch64
Repos:
- unified-standard
diff --git a/ks/tizen-headed-armv7hl.yaml b/ks/tizen-headed-armv7hl.yaml
index 57cae5c..4b4d8d1 100644
--- a/ks/tizen-headed-armv7hl.yaml
+++ b/ks/tizen-headed-armv7hl.yaml
@@ -4,7 +4,7 @@ Schedule: "*"
Active: True
Platform: Tizen IoT
Part: common-3parts-ramdisk-recovery
-Mic2Options: -A armv7hl -f loop --pack-to=@NAME@.tar.gz
+Mic2Options: -A armv7hl -f loop --pack-to=@NAME@.tar.gz --record-pkgs=name,content,license
FileName: tizen-headed-armv7hl
Repos:
- unified-standard
diff --git a/ks/tizen-headed-armv7l.yaml b/ks/tizen-headed-armv7l.yaml
index 9f1e80e..8b61dda 100644
--- a/ks/tizen-headed-armv7l.yaml
+++ b/ks/tizen-headed-armv7l.yaml
@@ -4,7 +4,7 @@ Schedule: "*"
Active: True
Platform: Tizen IoT
Part: common-3parts-ramdisk-recovery
-Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz
+Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz --record-pkgs=name,content,license
FileName: tizen-headed-armv7l
Repos:
- unified-standard
diff --git a/ks/tizen-headed-riscv64.yaml b/ks/tizen-headed-riscv64.yaml
index 1828633..e7f0365 100644
--- a/ks/tizen-headed-riscv64.yaml
+++ b/ks/tizen-headed-riscv64.yaml
@@ -4,7 +4,7 @@ Schedule: "*"
Active: True
Platform: Tizen IoT
Part: common-3parts-ramdisk-recovery
-Mic2Options: -A riscv64 -f loop --pack-to=@NAME@.tar.gz
+Mic2Options: -A riscv64 -f loop --pack-to=@NAME@.tar.gz --record-pkgs=name,content,license
FileName: tizen-headed-riscv64
Repos:
- unified-standard
diff --git a/ks/tizen-headless-aarch64.yaml b/ks/tizen-headless-aarch64.yaml
index a479746..737290a 100644
--- a/ks/tizen-headless-aarch64.yaml
+++ b/ks/tizen-headless-aarch64.yaml
@@ -4,7 +4,7 @@ Schedule: "*"
Active: True
Platform: Tizen IoT
Part: common-2parts-ramdisk-recovery
-Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz
+Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz --record-pkgs=name,content,license
Language: C
FileName: tizen-headless-aarch64
Repos:
diff --git a/ks/tizen-headless-armv7l.yaml b/ks/tizen-headless-armv7l.yaml
index c220366..0eaee07 100644
--- a/ks/tizen-headless-armv7l.yaml
+++ b/ks/tizen-headless-armv7l.yaml
@@ -4,7 +4,7 @@ Schedule: "*"
Active: True
Platform: Tizen IoT
Part: common-2parts-ramdisk-recovery
-Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz
+Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz --record-pkgs=name,content,license
Language: C
FileName: tizen-headless-armv7l
Repos:
diff --git a/ks/tizen-headless-riscv64.yaml b/ks/tizen-headless-riscv64.yaml
index 8814ee5..1c98471 100644
--- a/ks/tizen-headless-riscv64.yaml
+++ b/ks/tizen-headless-riscv64.yaml
@@ -4,7 +4,7 @@ Schedule: "*"
Active: True
Platform: Tizen IoT
Part: common-2parts-ramdisk-recovery
-Mic2Options: -A riscv64 -f loop --pack-to=@NAME@.tar.gz
+Mic2Options: -A riscv64 -f loop --pack-to=@NAME@.tar.gz --record-pkgs=name,content,license
Language: C
FileName: tizen-headless-riscv64
Repos: