summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2022-02-25 07:39:41 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2022-02-25 09:25:03 +0900
commit747e90c50201bd87348611cfb545e69a5c5d1f3d (patch)
treedecec71a1be03920b2f73523c9d0e50789e64d5c /scripts
parent6d3fbc989cf29a782d841460d560bba0410d0629 (diff)
downloadmeta-747e90c50201bd87348611cfb545e69a5c5d1f3d.tar.gz
meta-747e90c50201bd87348611cfb545e69a5c5d1f3d.tar.bz2
meta-747e90c50201bd87348611cfb545e69a5c5d1f3d.zip
[TRE-2878] Support Tizen Generic HAL Image(GHI)submit/tizen/20220302.022238accepted/tizen/unified/20220302.131923
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/iot-hal-backend.post4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/iot-hal-backend.post b/scripts/iot-hal-backend.post
index 063b017..19d9741 100644
--- a/scripts/iot-hal-backend.post
+++ b/scripts/iot-hal-backend.post
@@ -86,7 +86,7 @@ create_backend_dependency_file() {
}
#Supported Target's list
-TARGET=("RPI3" "RPI4" "ARTIK530" "VIM3" "C4");
+TARGET=("RPI3" "RPI4" "ARTIK530" "VIM3" "C4" "GENERIC");
PKGGROUP=`/usr/bin/rpm -qa | /bin/grep package-groups`
if [ $PKGGROUP ]; then
@@ -114,6 +114,8 @@ if [ $PKGGROUP ]; then
C4)
BACKEND=`/usr/bin/xmlstarlet sel -t -v '//group[name = "IoT Hal Backend C4"]/packagelist/packagereq' -n /usr/share/package-groups/group.xml`
;;
+ GENERIC)
+ BACKEND=`/usr/bin/xmlstarlet sel -t -v '//group[name = "IoT Hal Backend GENERIC"]/packagelist/packagereq' -n /usr/share/package-groups/group.xml`
esac
/usr/bin/mkdir -p /hal/list/