From: Jaehoon Chung Date: Wed, 25 Sep 2024 23:43:54 +0000 (+0900) Subject: Add a record-pkg option to create some files X-Git-Tag: accepted/tizen/unified/20240927.013004^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=profile%2Fcommon%2Fmeta.git Add a record-pkg option to create some files 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 --- 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: