From 0e6359ea5034d0cedc1e1f66a4340e38f8fe8ae1 Mon Sep 17 00:00:00 2001 From: duerpei Date: Thu, 30 Jun 2022 14:09:04 +0800 Subject: meta-agl-test: updates due to framework adjustment Due to the previous framework adjustment, the scripts for running glib2 tests has been moved to 'agl-test-framework'. And rpm will support its ptest later, and then its scripts will also be placed under 'agl-test-framework'. So 'agl-test-glib2.bb' and 'agl-test-rpm.bb' are no longer needed The content under 'agl-test-framework' has changed, so 'agl-test-framework.bb' has also been updated. Bug-AGL: SPEC-4345 Signed-off-by: duerpei Change-Id: Ia6dd71966e5ba18cbb5cb81fb594d4fc3722db27 --- .../recipes-tests/glib2/agl-test-glib2.bb | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta-agl-test/recipes-tests/glib2/agl-test-glib2.bb (limited to 'meta-agl-test/recipes-tests/glib2') diff --git a/meta-agl-test/recipes-tests/glib2/agl-test-glib2.bb b/meta-agl-test/recipes-tests/glib2/agl-test-glib2.bb deleted file mode 100644 index fe0da800..00000000 --- a/meta-agl-test/recipes-tests/glib2/agl-test-glib2.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Glib2 Test" -HOMEPAGE = "https://git.automotivelinux.org/src/qa-test-misc/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -PN = 'agl-test-glib2' -PV = '1' - -FILESEXTRAPATHS:append := "${TMPDIR}/work/aarch64-agl-linux/qa-test-misc/1-r0/git/:" -SRC_URI = "file://glib2/ \ - file://LICENSE " - -do_fetch[depends] = "qa-test-misc:do_unpack" - -S = "${WORKDIR}" - -FILES:${PN} += " \ - /usr/AGL/agl-test/tests/glib2 \ -" - -do_install:append() { - install -d ${D}/usr/AGL/agl-test/tests/glib2/ - install -m 0644 ${WORKDIR}/glib2/rootfs-scripts/*.py ${D}/usr/AGL/agl-test/tests/glib2/ -} - -RDEPENDS:${PN} += " \ - agl-test-framework \ - glib-2.0 \ -" -- cgit 1.2.3-korg