From: Cheoleun Moon Date: Mon, 26 Jul 2021 09:33:46 +0000 (+0900) Subject: Enable wifi hal feature in vim3 and c4 X-Git-Tag: submit/tizen/20210726.084601~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc6d74297e7e9cf5da2534d9b8ce4475340b2f8d;p=tools%2Fbuilding-blocks.git Enable wifi hal feature in vim3 and c4 Change-Id: I8915cf819d582841bcbb4e83998ecb8449189855 Signed-off-by: Cheoleun Moon --- diff --git a/packaging/platform-preset-boards-c4-hal-backend.inc b/packaging/platform-preset-boards-c4-hal-backend.inc index 5c14426..b003f18 100644 --- a/packaging/platform-preset-boards-c4-hal-backend.inc +++ b/packaging/platform-preset-boards-c4-hal-backend.inc @@ -19,6 +19,7 @@ Requires: %{name}-sub2-Preset_boards-C4_HAL_Backend-Codec Firstly select HAL Backends to add to your image. %files sub1-Preset_boards-C4_HAL_Backend %posttrans sub1-Preset_boards-C4_HAL_Backend +%tizen_hal_feature tizen.org/feature/network.wifi true %tizen_hal_feature tizen.org/system/model_name c4 ### C4-Power ### diff --git a/packaging/platform-preset-boards-vim3-hal-backend.inc b/packaging/platform-preset-boards-vim3-hal-backend.inc index 28891b2..f4f650e 100644 --- a/packaging/platform-preset-boards-vim3-hal-backend.inc +++ b/packaging/platform-preset-boards-vim3-hal-backend.inc @@ -20,6 +20,7 @@ Requires: %{name}-sub2-Preset_boards-VIM3_HAL_Backend-Sensor Firstly select HAL Backends to add to your image. %files sub1-Preset_boards-VIM3_HAL_Backend %posttrans sub1-Preset_boards-VIM3_HAL_Backend +%tizen_hal_feature tizen.org/feature/network.wifi true %tizen_hal_feature tizen.org/system/model_name vim3 ### VIM3-Power ###