diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2023-05-17 14:28:46 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2023-05-17 14:28:46 +0900 |
commit | 1e27c654f8f978dd92aeeb12a5671564a0e6e4f6 (patch) | |
tree | ccf34de776926bd44a62b205808031024651476b | |
parent | 6d3d8a5512023bbfab5ba299b959f2697a1de34d (diff) | |
download | meta-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.yaml | 1 |
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 |