summaryrefslogtreecommitdiff
path: root/scripts/iot-hal-backend.post
AgeCommit message (Collapse)AuthorFilesLines
2023-08-28Support iot-hal-backend-vf2 to use a hal imageaccepted/tizen/unified/riscv/20230829.072058Jaehoon Chung1-1/+5
Support iot-hal-backend-vf2 to use a hal.img. hal.img will be include into BOOT tar file. Change-Id: I3a054d32f8d3a1fde4ae4f1c75ff82c16608d1fc Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2022-02-25[TRE-2878] Support Tizen Generic HAL Image(GHI)submit/tizen/20220302.022238accepted/tizen/unified/20220302.131923Jaehoon Chung1-1/+3
Support Tizen Generic HAL Image(GHI). It will be used without any H/W specific dependency. Change-Id: I4019b2c97e30abbdb7e45f59eab3f6f4715e3f0a Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2021-08-03[TRE-2769] Add iot-hal-backend-rpi4 patternsubmit/tizen/20210802.223457accepted/tizen/unified/20210803.004816Jaehoon Chung1-1/+4
To Distinguish correct board between rpi3 and rpi4, added iot-hal-backend-rpi4 pattern. Change-Id: I754d64f0f37805fbf780b7dd670fb9d5176b732a Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2021-06-28Generate system info database from hal.imgYoungjae Cho1-25/+1
Use db generation script of system-info. Change-Id: I42655af7bd8671a2fd9afa5e373cbcd507e18a5e Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2021-06-10[TRE-2729] Add VIM3 and C4 hal.img imagesubmit/tizen/20210611.012138accepted/tizen/unified/20210611.013634Chanwoo Choi1-1/+7
Add iot-hal-backend-vim3.yaml and iot-hal-backend-c4.yaml files for VIM3/C4 hal.img. - iot-hal-backend-vim3.yaml for VIM3 hal.img and then the created hal.img will be added to tizen-boot-arm64-vim3. - iot-hal-backend-c4.yaml for C4 hal.img and then the created hal.img will be added to tizen-boot-arm64-c4. Change-Id: Ibd690945723c2584093d38e60227a4a3a72d6a1c Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2021-06-09[TRE-2699] scripts: add new scripts relevant to HALJaehoon Chung1-0/+160
Add new scripts relevant to HAL. - Supported RPI3, ARTIK530 *common-hal-directory-check.post - check the packages to install to wrong path. * iot-hal-backend.post - Setup hal rpmdb and dependency files. Change-Id: I59fb13be99c8aef26322100d8d363df4cad5d916 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>