summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2023-05-17 14:28:46 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2023-05-17 14:28:46 +0900
commit1e27c654f8f978dd92aeeb12a5671564a0e6e4f6 (patch)
treeccf34de776926bd44a62b205808031024651476b
parent6d3d8a5512023bbfab5ba299b959f2697a1de34d (diff)
downloadmeta-1e27c654f8f978dd92aeeb12a5671564a0e6e4f6.tar.gz
meta-1e27c654f8f978dd92aeeb12a5671564a0e6e4f6.tar.bz2
meta-1e27c654f8f978dd92aeeb12a5671564a0e6e4f6.zip
Add capi-system-info pkg into iot-hal-base to create /hal/etc/system_info_db
Add missed capi-system-info package into iot-hal-base.yaml to crate /hal/etc/system_info_db when creating the hal.img. hal.img have to contain the /hal/etc/system_info_db to specify the features depends on hardware. /hal/etc/system_info_db is created by script of capi-system-info package when creating the hal.img. Change-Id: I55c1c1025913925af2d249ffbc9adc4fe4bdae9e Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r--patterns/iot-hal-base.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/patterns/iot-hal-base.yaml b/patterns/iot-hal-base.yaml
index 1eff967..eefacab 100644
--- a/patterns/iot-hal-base.yaml
+++ b/patterns/iot-hal-base.yaml
@@ -10,3 +10,4 @@ Packages:
- sed
- grep
- coreutils
+- capi-system-info