Add a record-pkg option to create some files 27/318227/1 accepted/tizen/unified/20240927.013004 accepted/tizen/unified/toolchain/20241004.101439 accepted/tizen/unified/x/20240926.095751
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 25 Sep 2024 23:43:54 +0000 (08:43 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 25 Sep 2024 23:51:45 +0000 (08:51 +0900)
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>
ks/tizen-headed-aarch64.yaml
ks/tizen-headed-armv7hl.yaml
ks/tizen-headed-armv7l.yaml
ks/tizen-headed-riscv64.yaml
ks/tizen-headless-aarch64.yaml
ks/tizen-headless-armv7l.yaml
ks/tizen-headless-riscv64.yaml

index fac8d2e65dd20851c591bc3ae74f794b41c165e7..b43a6f637a3ffb581792b9630ea49deac6bf91ee 100644 (file)
@@ -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
index 57cae5c7546d76cdd7aae6bf613cb1dd00765647..4b4d8d19dec93a97771d1dfe31d9f95cb2b9a2da 100644 (file)
@@ -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
index 9f1e80e413621e887d1c731f1d31bf3a98e04f99..8b61dda53a70653aaa4e81577bb6934af43c86fa 100644 (file)
@@ -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
index 1828633180664fe4d113ee506ec08f058b267c96..e7f03650a7888f8afaaa4d560dbd2637e06ac0f9 100644 (file)
@@ -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
index a479746f1df34ef851c286cc5815e2477a545d66..737290aefa076bad237c014363b9518317da06e6 100644 (file)
@@ -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:
index c2203665798b597552eaf2a633be3c1e79ddbe84..0eaee0715687dda8d4308da99b16d70151b252c7 100644 (file)
@@ -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:
index 8814ee56cb6b5e71d98594bea30e8db989071926..1c984713b63aa75bc3d7f26c37a26a8589ed13cf 100644 (file)
@@ -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: