@@ -94,15 +94,12 @@ TI_TEST_TI_TOOLS:append:ti43x = " \
switch-config \
"
-NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}"
-
TI_TEST_TI_TOOLS:append:omap-a15 = " \
omapconf \
pru-icss \
switch-config \
${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \
ti-ipc-test \
- ${NOT_MAINLINE_MMIP_DEPS} \
", d)} \
"
deleted file mode 100644
@@ -1,30 +0,0 @@
-From 315652fa73555b71b7f1d0c77357f824c432c882 Mon Sep 17 00:00:00 2001
-From: Denys Dmytriyenko <denys@ti.com>
-Date: Wed, 4 Apr 2018 20:09:54 -0400
-Subject: [PATCH] Makefile.am: -lblah flags belong to LDADD, not LDFLAGS
-
-Upstream-Status: Inappropriate [oe specific]
-
-Signed-off-by: Denys Dmytriyenko <denys@ti.com>
----
- Makefile.am | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 99f4036..7ac6146 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -26,9 +26,8 @@ if ENABLE_DCE
- bin_PROGRAMS += viddec3test copycodectest yuvcopytest videnc2test
- endif
-
--LDADD_COMMON = util/libutil.la @DRM_LIBS@ @DCE_LIBS@ @GBM_LIBS@ @EGL_LIBS@ @GLES2_LIBS@
-+LDADD_COMMON = util/libutil.la @DRM_LIBS@ @DCE_LIBS@ @GBM_LIBS@ @EGL_LIBS@ @GLES2_LIBS@ -lm -lavcodec -lpthread
- AM_CFLAGS = @DRM_CFLAGS@ @DCE_CFLAGS@ @GBM_CFLAGS@ @EGL_CFLAGS@ @GLES2_CFLAGS@ @WARN_CFLAGS@ -I$(top_srcdir)/util
--LDFLAGS = -lm -lavcodec -lpthread
-
- fliptest_SOURCES = fliptest.c
- fliptest_LDADD = $(LDADD_COMMON)
-2.7.4
-
deleted file mode 100644
@@ -1,22 +0,0 @@
-SUMMARY = "Test applications for OMAP DRM interface"
-
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df"
-
-DEPENDS = "ffmpeg libdce libdrm virtual/libgbm virtual/libgles2 virtual/egl wayland"
-
-COMPATIBLE_MACHINE = "omap-a15|ti43x"
-
-inherit autotools pkgconfig
-
-PR = "r29"
-SRCREV = "1fceb3ac4b0e7ed014000a10dfe6ca8729f9cd8d"
-
-EXTRA_OEMAKE = "CC="${CC}""
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-SRC_URI = "git://git.ti.com/git/glsdk/omapdrmtest.git;protocol=https;branch=master \
- file://0001-Makefile.am-lblah-flags-belong-to-LDADD-not-LDFLAGS.patch \
-"
-
-S = "${WORKDIR}/git"
This has not been functional for a long time. Even if it was it is no longer a good example of the modern ways to use the DRM interfaces. Remove this recipe. Signed-off-by: Andrew Davis <afd@ti.com> --- .../recipes-core/packagegroups/ti-test.bb | 3 -- ...ah-flags-belong-to-LDADD-not-LDFLAGS.patch | 30 ------------------- .../omapdrmtest/omapdrmtest_1.0.0.bb | 22 -------------- 3 files changed, 55 deletions(-) delete mode 100644 meta-arago-test/recipes-graphics/omapdrmtest/files/0001-Makefile.am-lblah-flags-belong-to-LDADD-not-LDFLAGS.patch delete mode 100644 meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb