diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 21:25:30 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 21:25:34 +0000 |
commit | 81babedb1e51f93419f8422255ddb340f039fb67 (patch) | |
tree | b5f800a9a407b2a5cf33ad607021f9ecb580d459 /meta-oem-production-readiness/meta-agl-basesystem/recipes-support | |
parent | 624c9f96ac09d9f2fcdb34b02188e14a276bb7ee (diff) |
meta-agl-devel: remove meta-oem-production-readiness
Fails to build:
/master/meta-agl-devel/meta-oem-production-readiness/meta-agl-basesystem/recipes-kernel/kernel-module-evklib/kernel-module-evklib_1.0.0.bb:do_compile
/master/meta-agl-devel/meta-oem-production-readiness/meta-agl-basesystem/recipes-apis/agl-service-ns-notificationpersistent/agl-service-ns-notificationpersistent_1.0.0.bb:do_compile
/master/meta-agl-devel/meta-oem-production-readiness/meta-agl-basesystem/recipes-apis/agl-service-ss-systemmanager/agl-service-ss-systemmanager_1.0.0.bb:do_compile
/master/meta-agl-devel/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-interfaceunified/ss-interfaceunified_1.0.0.bb:do_package_write_rpm
Restore if you intent to maintain it.
Bug-AGL: SPEC-5151
Change-Id: I9a4a3fd69e19a04f0202a8d86f3d6d84b7e2c329
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-oem-production-readiness/meta-agl-basesystem/recipes-support')
14 files changed, 0 insertions, 306 deletions
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb deleted file mode 100644 index 91020aec..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "C++ library for reading and generating ELF files" -DESCRIPTION = "ELFIO is a header-only C++ library intended for reading and generating files in the \ - ELF binary format. It is used as a standalone library - it is not dependent on any \ - other product or project. Adhering to ISO C++, it compiles on a wide variety of \ - architectures and compilers." -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=4f932e9ddd12264ae5e569aae5f08ed3" - -SRC_URI = "${SOURCEFORGE_MIRROR}/elfio/ELFIO-sources/ELFIO-${PV}/${BPN}-${PV}.tar.gz" -SRC_URI[md5sum] = "e1ddfc8d316fa6d03a04d8d1d6827663" - -inherit autotools diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-backupmanager/ns-backupmanager_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-backupmanager/ns-backupmanager_1.0.0.bb deleted file mode 100644 index 3724f894..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-backupmanager/ns-backupmanager_1.0.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "ns-backupmanager for AGL software" -DESCRIPTION = "ns-backupmanager to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - libxml2-native \ - ns-frameworkunified \ - libnv-hal \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/native/backup_manager" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -RDEPENDS:${PN} += " \ - ns-frameworkunified \ - libnv-hal \ -" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-commonlibrary/ns-commonlibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-commonlibrary/ns-commonlibrary_1.0.0.bb deleted file mode 100644 index dc9ec9e6..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-commonlibrary/ns-commonlibrary_1.0.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "ns-commonlibrary for AGL software" -DESCRIPTION = "ns-commonlibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/native/common_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-loglibrary/ns-loglibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-loglibrary/ns-loglibrary_1.0.0.bb deleted file mode 100644 index 114bf742..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-loglibrary/ns-loglibrary_1.0.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "ns-loglibrary for AGL software" -DESCRIPTION = "ns-loglibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/native/log_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-eventlibrary/os-eventlibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-eventlibrary/os-eventlibrary_1.0.0.bb deleted file mode 100644 index 5332eb38..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-eventlibrary/os-eventlibrary_1.0.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "os-eventlibrary for AGL software" -DESCRIPTION = "os-eventlibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - evklib-headers \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/other/event_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -RDEPENDS:${PN} += " \ - kernel-module-evklib \ -" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-posixbasedos001legacylibrary/os-posixbasedos001legacylibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-posixbasedos001legacylibrary/os-posixbasedos001legacylibrary_1.0.0.bb deleted file mode 100644 index cf0faa30..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-posixbasedos001legacylibrary/os-posixbasedos001legacylibrary_1.0.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "os-posixbasedos001legacylibrary for AGL software" -DESCRIPTION = "os-posixbasedos001legacylibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/other/posix_based_os001_legacy_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-rpclibrary/os-rpclibrary-tool_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-rpclibrary/os-rpclibrary-tool_1.0.0.bb deleted file mode 100644 index 6db3ef90..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-rpclibrary/os-rpclibrary-tool_1.0.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "librpc tools for AGL software" -DESCRIPTION = "install librpc tool" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://../LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - agl-basefiles-native \ - bison-native \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/other/rpc_library/tool" - -do_compile:prepend () { - oe_runmake clean -} - -do_install () { - install -D -m 755 ${S}/rpc_apidef ${D}${bindir}/rpc_apidef -} - -FILES:${PN} += " \ - ${bindir}/rpc_apidef \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-rpclibrary/os-rpclibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-rpclibrary/os-rpclibrary_1.0.0.bb deleted file mode 100644 index 50c84831..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-rpclibrary/os-rpclibrary_1.0.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "os-rpclibrary for AGL software" -DESCRIPTION = "os-rpclibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - ns-commonlibrary \ - ns-loglibrary \ - bison-native \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/other/rpc_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -RDEPENDS:${PN} += " \ - ns-commonlibrary \ - ns-loglibrary \ -" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-vehicleparameterlibrary/os-vehicleparameterlibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-vehicleparameterlibrary/os-vehicleparameterlibrary_1.0.0.bb deleted file mode 100644 index 4c8ff27a..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/os-vehicleparameterlibrary/os-vehicleparameterlibrary_1.0.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "os-vehicleparameterlibrary for AGL software" -DESCRIPTION = "os-vehicleparameterlibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " ns-backupmanager" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/other/vehicle_parameter_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -RDEPENDS:${PN} += " \ - ns-backupmanager \ -" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ps-communication/ps-communication_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ps-communication/ps-communication_1.0.0.bb deleted file mode 100644 index 7eb17412..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ps-communication/ps-communication_1.0.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "ps-communication for AGL software" -DESCRIPTION = "ps-communication to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - ns-frameworkunified \ - ps-communicationsubcpu \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/peripheral/communication" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -RDEPENDS:${PN} += " \ - ns-frameworkunified \ - ps-communicationsubcpu \ -" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-interfaceunified/ss-interfaceunified_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-interfaceunified/ss-interfaceunified_1.0.0.bb deleted file mode 100644 index ed880d25..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-interfaceunified/ss-interfaceunified_1.0.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "ss-interfaceunified for AGL software" -DESCRIPTION = "ss-interfaceunified to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - ss-romaccesslibrary \ - ns-commonlibrary \ - ns-frameworkunified \ - elfio \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/system/interface_unified" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -DIRFILES = "1" - -RDEPENDS:${PN} += " \ - ns-commonlibrary \ - ns-frameworkunified \ - ss-romaccesslibrary \ -" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-romaccesslibrary/ss-romaccesslibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-romaccesslibrary/ss-romaccesslibrary_1.0.0.bb deleted file mode 100644 index 42dcf22e..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-romaccesslibrary/ss-romaccesslibrary_1.0.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "ss-romaccesslibrary for AGL software" -DESCRIPTION = "ss-romaccesslibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - ns-frameworkunified \ - ns-commonlibrary \ - ns-memorygpioaccesslibrary \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/system/rom_access_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -RDEPENDS:${PN} += " \ - ns-frameworkunified \ - ns-commonlibrary \ - ns-memorygpioaccesslibrary \ -" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-versionlibrary/ss-versionlibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-versionlibrary/ss-versionlibrary_1.0.0.bb deleted file mode 100644 index 42bb3bc5..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-versionlibrary/ss-versionlibrary_1.0.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "ss-versionlibrary for AGL software" -DESCRIPTION = "ss-versionlibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - ns-frameworkunified \ - ss-interfaceunified \ - ss-romaccesslibrary \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/system/version_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -RDEPENDS:${PN} += " \ - ns-frameworkunified \ - ss-interfaceunified \ - ss-romaccesslibrary \ -" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/vs-positioningbaselibrary/vs-positioningbaselibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/vs-positioningbaselibrary/vs-positioningbaselibrary_1.0.0.bb deleted file mode 100644 index 30cb3fd6..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/vs-positioningbaselibrary/vs-positioningbaselibrary_1.0.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "vs-positioningbaselibrary for AGL software" -DESCRIPTION = "vs-positioningbaselibrary to build AGL software" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -DEPENDS += " \ - ns-frameworkunified \ - os-eventlibrary \ - os-vehicleparameterlibrary \ -" - -PV = "1.0.0+gitr${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV := "${BASESYSTEM_REVISION}" - -S = "${WORKDIR}/git/service/vehicle/positioning_base_library" - -inherit agl-basesystem-common - -BSMAKE_FILE = "Makefile.client" - -RDEPENDS:${PN} += " \ - ns-frameworkunified \ - os-eventlibrary \ - os-vehicleparameterlibrary \ -" |