diff options
author | Riku Nomoto <riku.nomoto@woven-planet.global> | 2020-11-26 23:09:02 +0900 |
---|---|---|
committer | Riku Nomoto <riku.nomoto@woven-planet.global> | 2021-01-12 15:29:21 +0900 |
commit | a0197682c5b732a81aeb3c2459adfc8d45f969b1 (patch) | |
tree | 61caf0f6aa5369a6abe08857ce49c7012f48d57d /meta-oem-production-readiness/meta-agl-basesystem/classes/agl-basesystem-hal.bbclass | |
parent | af25a3b5a46c74124f1fb99e7157cc6aea879a5c (diff) |
oem-pr-bs: add core services and libraries
This is the second commit of agl-basesystem.
IPC/RPC library group binding each modules
v14 (jsmoeller): update BASESYSTEM_REVISION to fix libinput-hal build
v16 (jsmoeller): update BASESYSTEM_REVISION
v17 (taniakwa): fix os-rpclibrary-tool-native build
- fix invalid path to LICENSE to use devtool
- fix error when rebuild (clean generated files first)
v19 (nomoto): fix to set host only tool in class-native
v20 (nomoto): update subpath, branch and S to make recipes simple
v21 (nomoto): fix EXTRA_OEMAKE to set default value
v25 (nomoto): change mail address and author
v29 (nomoto): remove agl-basesystem-hal.bbclass
Bug-AGL: SPEC-3670
Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global>
Change-Id: I5da43003d8a976912d183474aea884ec1b81a708
Diffstat (limited to 'meta-oem-production-readiness/meta-agl-basesystem/classes/agl-basesystem-hal.bbclass')
-rw-r--r-- | meta-oem-production-readiness/meta-agl-basesystem/classes/agl-basesystem-hal.bbclass | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/classes/agl-basesystem-hal.bbclass b/meta-oem-production-readiness/meta-agl-basesystem/classes/agl-basesystem-hal.bbclass deleted file mode 100644 index 9db2f26a..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/classes/agl-basesystem-hal.bbclass +++ /dev/null @@ -1,9 +0,0 @@ -inherit bshalmake - -FILES_${PN}-dev_remove = "${FILES_SOLIBSDEV}" - -EXTRA_OEMAKE = "'CXX=${CXX}' 'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'DESTDIR=${D}' 'SDKTARGETSYSROOT=${STAGING_DIR_HOST}'" - -DEPENDS_append = " agl-basefiles" - - |