All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples
@ 2022-07-11 16:49 Andrew Davis
  2022-07-11 16:49 ` [meta-arago][kirkstone/master][PATCH 2/3] big-data-ipc-demo: Merge include file and rename Andrew Davis
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Andrew Davis @ 2022-07-11 16:49 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis

These examples have not been updated in a long time and are arguably not
correct anymore. Remove this.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../conf/distro/include/arago-source-ipk.inc  |  3 --
 .../packagegroup-arago-tisdk-crypto.bb        |  1 -
 .../Makefile_ti-crypto-examples               | 24 ---------------
 .../ti-tisdk-makefile_1.0.bb                  |  3 --
 .../ti-crypto-examples_git.bb                 | 30 -------------------
 5 files changed, 61 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
 delete mode 100644 meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb

diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
index c03d5383..75355710 100644
--- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
+++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
@@ -46,9 +46,6 @@ SRCIPK_INSTALL_DIR:pn-ti-tisdk-licenses ?= "docs/licenses"
 CREATE_SRCIPK:pn-matrix-gui ?= "1"
 SRCIPK_INSTALL_DIR:pn-matrix-gui ?= "example-applications/${PN}-${PV}"
 
-CREATE_SRCIPK:pn-ti-crypto-examples ?= "1"
-SRCIPK_INSTALL_DIR:pn-ti-crypto-examples ?= "example-applications/${PN}-${PV}"
-
 CREATE_SRCIPK:pn-qml-carinfo ?= "1"
 SRCIPK_INSTALL_DIR:pn-qml-carinfo ?= "example-applications/${PN}-${PV}"
 
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
index f217f7d8..d2189a50 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
@@ -13,7 +13,6 @@ CRYPTO_SUPPORT = "\
     openssl-engines \
 "
 
-#ti-crypto-examples
 CRYPTO_SUPPORT:append:ti33x = " cryptodev-module cryptodev-tests"
 CRYPTO_SUPPORT:append:ti43x = " cryptodev-module cryptodev-tests"
 CRYPTO_SUPPORT:append:dra7xx = " cryptodev-module cryptodev-tests"
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
deleted file mode 100644
index 6ad07e9a..00000000
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
+++ /dev/null
@@ -1,24 +0,0 @@
-# ti-crypto-examples build targets
-ti-crypto-examples:
-	@echo =================================
-	@echo    Building TI Crypto Examples
-	@echo =================================
-	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make release
-
-ti-crypto-examples_clean:
-	@echo =================================
-	@echo    Cleaning TI Crypto Examples
-	@echo =================================
-	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make clean
-
-ti-crypto-examples_install:
-	@echo ===================================================
-	@echo   Installing TI Crypto Examples - Release version
-	@echo ===================================================
-	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make install
-
-ti-crypto-examples_install_debug:
-	@echo =================================================
-	@echo   Installing TI Crypto Examples - Debug Version
-	@echo =================================================
-	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make install_debug
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 85b99bf2..6737d7fd 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -18,7 +18,6 @@ SRC_URI = "\
     file://Makefile_u-boot-legacy \
     file://Makefile_matrix-gui \
     file://Makefile_arm-benchmarks \
-    file://Makefile_ti-crypto-examples \
     file://Makefile_am-sysinfo \
     file://Makefile_av-examples \
     file://Makefile_u-boot-spl \
@@ -76,7 +75,6 @@ MAKEFILES = ""
 # Add device specific make targets
 
 MAKEFILES:append:ti33x = " u-boot-spl \
-                           ti-crypto-examples \
                            linux-dtbs \
                            cryptodev \
                            ti-sgx-ddk-km \
@@ -86,7 +84,6 @@ MAKEFILES:append:ti33x = " u-boot-spl \
                            pdm-anomaly-detection \
 "
 MAKEFILES:append:ti43x = " u-boot-spl \
-                           ti-crypto-examples \
                            linux-dtbs \
                            cryptodev \
                            dual-camera-demo \
diff --git a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
deleted file mode 100644
index 943a1b2b..00000000
--- a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "TI Cryptography Example Applications"
-HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5"
-SECTION = "console"
-DEPENDS += "openssl"
-
-PR = "r7"
-
-BRANCH ?= "master"
-SRCREV = "6f4b09fffe970bb6b448369875874e798ef282f6"
-
-SRC_URI = "git://arago-project.org/git/projects/crypto-example-apps.git;protocol=git;branch=${BRANCH}"
-
-S = "${WORKDIR}/git"
-
-do_compile() {
-    export CROSS_COMPILE=${TARGET_PREFIX}
-    export CFLAGS='${TARGET_CC_ARCH}'
-    # build the release version
-    oe_runmake release
-}
-
-do_install() {
-    oe_runmake DESTDIR=${D} install
-}
-
-python () {
-    raise bb.parse.SkipRecipe("skipping ti-crypto-examples")
-}
-- 
2.36.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-arago][kirkstone/master][PATCH 2/3] big-data-ipc-demo: Merge include file and rename
  2022-07-11 16:49 [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples Andrew Davis
@ 2022-07-11 16:49 ` Andrew Davis
  2022-07-11 16:49 ` [meta-arago][kirkstone/master][PATCH 3/3] cmem: Remove Makefile_cmem-mod and cmem refrences Andrew Davis
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Andrew Davis @ 2022-07-11 16:49 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis

The include might have been intended to be used by an TI RTOS build
but without this in the roadmap lets merge the include and rename
this recipe without the -linux postfix.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../conf/distro/include/arago-source-ipk.inc  |  4 +--
 ...ackagegroup-arago-tisdk-addons-sdk-host.bb |  2 +-
 .../packagegroup-arago-tisdk-addons.bb        |  2 +-
 .../big-data-ipc-demo/big-data-ipc-demo.inc   | 30 -------------------
 ...-linux_git.bb => big-data-ipc-demo_git.bb} | 30 ++++++++++++-------
 5 files changed, 24 insertions(+), 44 deletions(-)
 delete mode 100644 meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo.inc
 rename meta-arago-extras/recipes-apps/big-data-ipc-demo/{big-data-ipc-demo-linux_git.bb => big-data-ipc-demo_git.bb} (54%)

diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
index 75355710..ffa76ed3 100644
--- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
+++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
@@ -361,5 +361,5 @@ SRCIPK_INSTALL_DIR:pn-imglib-c66x ?= "component-sources/imglib_c66x_${PV}"
 CREATE_SRCIPK:pn-vlib-c66x ?= "1"
 SRCIPK_INSTALL_DIR:pn-vlib-c66x ?= "component-sources/vlib_c66x_${PV}"
 
-CREATE_SRCIPK:pn-big-data-ipc-demo-linux ?= "1"
-SRCIPK_INSTALL_DIR:pn-big-data-ipc-demo-linux ?= "example-applications/${PN}-${PV}"
+CREATE_SRCIPK:pn-big-data-ipc-demo ?= "1"
+SRCIPK_INSTALL_DIR:pn-big-data-ipc-demo ?= "example-applications/${PN}-${PV}"
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
index a741eb03..eabec6c4 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
@@ -58,7 +58,7 @@ EXTRA_LIBS = ""
 EXTRA_LIBS:append:omap-a15 = " \
     cmem-mod-source \
     uio-module-drv-source \
-    big-data-ipc-demo-linux-source \
+    big-data-ipc-demo-source \
 "
 
 #EXTRA_LIBS:append:dra7xx = " \
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index 46182c9d..992549e6 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -109,7 +109,7 @@ EXTRA_PACKAGES:append:omap-a15 = " ti-ipc-examples-linux"
 EXTRA_PACKAGES:append:omapl138 = " ti-ipc-examples-linux"
 
 EXTRA_PACKAGES:append:omap-a15 = " \
-    ${@bb.utils.contains('MACHINE_FEATURES','dsp','big-data-ipc-demo-linux big-data-ipc-demo-linux-firmware','',d)} \
+    ${@bb.utils.contains('MACHINE_FEATURES','dsp','big-data-ipc-demo big-data-ipc-demo-firmware','',d)} \
 "
 
 # acontis-atemsys
diff --git a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo.inc b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo.inc
deleted file mode 100644
index 32ead99c..00000000
--- a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo.inc
+++ /dev/null
@@ -1,30 +0,0 @@
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://makefile;beginline=1;endline=31;md5=2f2ea348b98d5cc7807ece7adcc2c43a"
-
-COMPATIBLE_MACHINE = "omap-a15"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-BIG_DATA_IPC_GIT_URI = "git://git.ti.com/processor-sdk/big-data-ipc-examples.git"
-BIG_DATA_IPC_GIT_PROTOCOL = "git"
-BIG_DATA_IPC_GIT_BRANCH = "master"
-
-# Below commit ID corresponds to "DEV.BIG_DATA_IPC.01.03.00.00"
-BIG_DATA_IPC_SRCREV = "984edb3c69c8a1f51da02e0abcd2201319650894"
-
-BRANCH = "${BIG_DATA_IPC_GIT_BRANCH}"
-SRC_URI = "${BIG_DATA_IPC_GIT_URI};protocol=${BIG_DATA_IPC_GIT_PROTOCOL};branch=${BRANCH}"
-
-SRCREV = "${BIG_DATA_IPC_SRCREV}"
-PV = "01.03.00.00"
-
-S = "${WORKDIR}/git"
-
-PLATFORM = "UNKNOWN"
-PLATFORM:omap-a15 = "DRA7XX"
-
-IPC_TARGETS = ""
-IPC_TARGETS:omap-a15 = "\
-    gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
-    ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
-    ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
-"
diff --git a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo-linux_git.bb b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
similarity index 54%
rename from meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo-linux_git.bb
rename to meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
index b384bf87..779cef7f 100644
--- a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo-linux_git.bb
+++ b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
@@ -1,7 +1,15 @@
 SUMMARY = "TI Big data IPC: Host linux examples"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://makefile;beginline=1;endline=31;md5=2f2ea348b98d5cc7807ece7adcc2c43a"
 
-require recipes-ti/includes/ti-paths.inc
-require big-data-ipc-demo.inc
+SRC_URI = "git://git.ti.com/processor-sdk/big-data-ipc-examples.git;protocol=git;branch=master"
+SRCREV = "984edb3c69c8a1f51da02e0abcd2201319650894"
+PV = "01.03.00.00"
+
+S = "${WORKDIR}/git"
+
+COMPATIBLE_MACHINE = "omap-a15"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit features_check
 
@@ -15,30 +23,32 @@ DEPENDS = "ti-ipc \
            ti-cgt6x-native \
 "
 
+PLATFORM = "UNKNOWN"
+PLATFORM:omap-a15 = "DRA7XX"
+
+require recipes-ti/includes/ti-paths.inc
+
 EXTRA_OEMAKE = "\
     PLATFORM=${PLATFORM} \
     XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
     BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
     IPC_INSTALL_DIR="${IPC_INSTALL_DIR}" \
     LINUX_SYSROOT_DIR="${STAGING_INCDIR}" \
-    ${IPC_TARGETS} \
-    JOBS="${PARALLEL_MAKE}" \
+    gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
+    ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
+    ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
 "
 
 do_create_srcipk:prepend() {
-  rm -rf host_bios
+    rm -rf host_bios
 }
 
 do_compile() {
-  if [  "${PLATFORM}" != "UNKNOWN" ]; then
-      oe_runmake host_linux
-  fi
+    oe_runmake host_linux
 }
 
 do_install() {
-  if [  "${PLATFORM}" != "UNKNOWN" ]; then
     oe_runmake EXEC_DIR="${D}${bindir}" install_linux_bin
-  fi
 }
 
 PACKAGES =+ "${PN}-firmware"
-- 
2.36.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-arago][kirkstone/master][PATCH 3/3] cmem: Remove Makefile_cmem-mod and cmem refrences
  2022-07-11 16:49 [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples Andrew Davis
  2022-07-11 16:49 ` [meta-arago][kirkstone/master][PATCH 2/3] big-data-ipc-demo: Merge include file and rename Andrew Davis
@ 2022-07-11 16:49 ` Andrew Davis
  2022-07-14 17:37 ` [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples Denys Dmytriyenko
  2022-08-02 13:02 ` Andrew Davis
  3 siblings, 0 replies; 6+ messages in thread
From: Andrew Davis @ 2022-07-11 16:49 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis

The cmem allocator has been deprecated for removal for some time now.
Lets remove the kernel module first, then start removing projects
that have not migrated to DMA-BUF Heaps yet.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../conf/distro/include/arago-source-ipk.inc  |  3 --
 ...ackagegroup-arago-tisdk-addons-sdk-host.bb |  2 --
 ...kagegroup-arago-tisdk-addons-sdk-target.bb |  5 ---
 .../packagegroup-arago-tisdk-addons.bb        |  2 --
 .../recipes-core/packagegroups/ti-test.bb     |  2 --
 .../ti-tisdk-makefile/Makefile_cmem-mod       | 33 -------------------
 .../ti-tisdk-makefile_1.0.bb                  |  3 --
 7 files changed, 50 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cmem-mod

diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
index ffa76ed3..afce2fc8 100644
--- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
+++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
@@ -169,9 +169,6 @@ CREATE_SRCIPK:pn-cryptodev-module ?= "1"
 SRCIPK_INSTALL_DIR:pn-cryptodev-module ?= "board-support/extra-drivers/cryptodev-module-${PV}"
 SRCIPK_PRESERVE_GIT:pn-cryptodev-module ?= "true"
 
-CREATE_SRCIPK:pn-cmem-mod ?= "1"
-SRCIPK_INSTALL_DIR:pn-cmem-mod ?= "board-support/extra-drivers/${PN}-${PV}"
-
 CREATE_SRCIPK:pn-debugss-module-drv ?= "1"
 SRCIPK_INSTALL_DIR:pn-debugss-module-drv ?= "board-support/extra-drivers/${PN}-${PV}"
 
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
index eabec6c4..5083ebcb 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
@@ -56,7 +56,6 @@ UTILS:append:am64xx = " \
 EXTRA_LIBS = ""
 
 EXTRA_LIBS:append:omap-a15 = " \
-    cmem-mod-source \
     uio-module-drv-source \
     big-data-ipc-demo-source \
 "
@@ -71,7 +70,6 @@ EXTRA_LIBS:append:ti33x = " \
 "
 
 EXTRA_LIBS:append:ti43x = " \
-    cmem-mod-source \
     uio-module-drv-source \
 "
 
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
index 43a043e1..e110fad8 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
@@ -26,11 +26,6 @@ UTILS:append:k3 = "\
 "
 
 EXTRA_LIBS = ""
-EXTRA_LIBS:append:ti43x = "\
-    cmem-dev \
-    cmem-staticdev \
-"
-EXTRA_LIBS:append:omap-a15 = " cmem-dev"
 EXTRA_LIBS:append:dra7xx = " libulm-dev \
                              libulm-staticdev \
                              gdbserver-c6x-dev \
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index 992549e6..e19180af 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -81,12 +81,10 @@ UTILS:append:dra7xx = " \
 
 EXTRA_LIBS = ""
 EXTRA_LIBS:append:omap-a15 = " \
-    cmem \
     uio-module-drv \
 "
 
 EXTRA_LIBS:append:ti43x = " \
-    cmem \
     uio-module-drv \
 "
 
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
index 07dbdf38..34048e2c 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
@@ -63,7 +63,6 @@ ARAGO_TI_TEST:append:ti33x = " \
 
 ARAGO_TI_TEST:append:ti43x = " \
     omapconf \
-    ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', 'cmem-test', d)} \
 "
 
 NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}"
@@ -72,7 +71,6 @@ ARAGO_TI_TEST:append:omap-a15 = " \
     omapconf \
     ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \
         ti-ipc-test \
-        cmem-test \
 	${NOT_MAINLINE_MMIP_DEPS} \
     ", d)} \
 "
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cmem-mod b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cmem-mod
deleted file mode 100644
index cbb86aa5..00000000
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cmem-mod
+++ /dev/null
@@ -1,33 +0,0 @@
-# CMEM module
-cmem-mod: linux
-	@echo ================================
-	@echo     Building CMEM Module
-	@echo ================================
-	@cd board-support/extra-drivers; \
-	cd `find . -maxdepth 1 -type d -name "cmem-mod*"`; \
-	. $(ENV_SETUP); \
-	make -f lu.mak ARCH=__KERNEL_ARCH__ KERNEL_INSTALL_DIR=$(LINUXKERNEL_INSTALL_DIR) module
-
-cmem-mod_clean:
-	@echo ================================
-	@echo     Cleaning CMEM Module
-	@echo ================================
-	@cd board-support/extra-drivers; \
-	cd `find . -maxdepth 1 -type d -name "cmem-mod*"`; \
-	. $(ENV_SETUP); \
-	make -f lu.mak ARCH=__KERNEL_ARCH__ KERNEL_INSTALL_DIR=$(LINUXKERNEL_INSTALL_DIR) modules_clean
-
-cmem-mod_install:
-	@echo ================================
-	@echo     Installing CMEM Module
-	@echo ================================
-	@if [ ! -d $(DESTDIR) ] ; then \
-	echo "The extracted target filesystem directory doesn't exist."; \
-		echo "Please run setup.sh in the SDK's root directory and then try again."; \
-		exit 1; \
-	fi
-	@cd board-support/extra-drivers; \
-	cd `find . -maxdepth 1 -type d -name "cmem-mod*"`; \
-	. $(ENV_SETUP); \
-	make -C $(LINUXKERNEL_INSTALL_DIR) SUBDIRS=`pwd`/src/cmem/module INSTALL_MOD_PATH=$(DESTDIR) PREFIX=$(SDK_PATH_TARGET) INSTALL_MOD_STRIP=$(INSTALL_MOD_STRIP) modules_install
-
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 6737d7fd..610d255c 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -31,7 +31,6 @@ SRC_URI = "\
     file://Makefile_dual-camera-demo \
     file://Makefile_image-gallery \
     file://Makefile_cryptodev \
-    file://Makefile_cmem-mod \
     file://Makefile_debugss-module-drv \
     file://Makefile_gdbserverproxy-module-drv \
     file://Makefile_ti-sgx-ddk-km \
@@ -89,7 +88,6 @@ MAKEFILES:append:ti43x = " u-boot-spl \
                            dual-camera-demo \
                            image-gallery \
                            ti-sgx-ddk-km \
-                           cmem-mod \
                            pru-icss \
                            uio-module-drv \
 			   mmwavegesture-hmi \
@@ -110,7 +108,6 @@ MAKEFILES:append:omap-a15 = " u-boot-spl \
                               omapconf \
                               linux-dtbs \
                               ti-sgx-ddk-km \
-                              cmem-mod \
                               pru-icss \
                               ti-gc320-driver \
                               barcode-roi \
-- 
2.36.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples
  2022-07-11 16:49 [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples Andrew Davis
  2022-07-11 16:49 ` [meta-arago][kirkstone/master][PATCH 2/3] big-data-ipc-demo: Merge include file and rename Andrew Davis
  2022-07-11 16:49 ` [meta-arago][kirkstone/master][PATCH 3/3] cmem: Remove Makefile_cmem-mod and cmem refrences Andrew Davis
@ 2022-07-14 17:37 ` Denys Dmytriyenko
  2022-08-02 13:02 ` Andrew Davis
  3 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2022-07-14 17:37 UTC (permalink / raw)
  To: afd; +Cc: Denys Dmytriyenko, Ryan Eatmon, meta-arago

This series looks good to me, thanks!


On Mon, Jul 11, 2022 at 11:49:31AM -0500, Andrew Davis via lists.yoctoproject.org wrote:
> These examples have not been updated in a long time and are arguably not
> correct anymore. Remove this.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples
  2022-07-11 16:49 [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples Andrew Davis
                   ` (2 preceding siblings ...)
  2022-07-14 17:37 ` [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples Denys Dmytriyenko
@ 2022-08-02 13:02 ` Andrew Davis
  2022-08-02 16:39   ` Denys Dmytriyenko
  3 siblings, 1 reply; 6+ messages in thread
From: Andrew Davis @ 2022-08-02 13:02 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-arago

ping?

On 7/11/22 11:49 AM, Andrew Davis wrote:
> These examples have not been updated in a long time and are arguably not
> correct anymore. Remove this.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---
>   .../conf/distro/include/arago-source-ipk.inc  |  3 --
>   .../packagegroup-arago-tisdk-crypto.bb        |  1 -
>   .../Makefile_ti-crypto-examples               | 24 ---------------
>   .../ti-tisdk-makefile_1.0.bb                  |  3 --
>   .../ti-crypto-examples_git.bb                 | 30 -------------------
>   5 files changed, 61 deletions(-)
>   delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
>   delete mode 100644 meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> index c03d5383..75355710 100644
> --- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> @@ -46,9 +46,6 @@ SRCIPK_INSTALL_DIR:pn-ti-tisdk-licenses ?= "docs/licenses"
>   CREATE_SRCIPK:pn-matrix-gui ?= "1"
>   SRCIPK_INSTALL_DIR:pn-matrix-gui ?= "example-applications/${PN}-${PV}"
>   
> -CREATE_SRCIPK:pn-ti-crypto-examples ?= "1"
> -SRCIPK_INSTALL_DIR:pn-ti-crypto-examples ?= "example-applications/${PN}-${PV}"
> -
>   CREATE_SRCIPK:pn-qml-carinfo ?= "1"
>   SRCIPK_INSTALL_DIR:pn-qml-carinfo ?= "example-applications/${PN}-${PV}"
>   
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
> index f217f7d8..d2189a50 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
> @@ -13,7 +13,6 @@ CRYPTO_SUPPORT = "\
>       openssl-engines \
>   "
>   
> -#ti-crypto-examples
>   CRYPTO_SUPPORT:append:ti33x = " cryptodev-module cryptodev-tests"
>   CRYPTO_SUPPORT:append:ti43x = " cryptodev-module cryptodev-tests"
>   CRYPTO_SUPPORT:append:dra7xx = " cryptodev-module cryptodev-tests"
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
> deleted file mode 100644
> index 6ad07e9a..00000000
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
> +++ /dev/null
> @@ -1,24 +0,0 @@
> -# ti-crypto-examples build targets
> -ti-crypto-examples:
> -	@echo =================================
> -	@echo    Building TI Crypto Examples
> -	@echo =================================
> -	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make release
> -
> -ti-crypto-examples_clean:
> -	@echo =================================
> -	@echo    Cleaning TI Crypto Examples
> -	@echo =================================
> -	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make clean
> -
> -ti-crypto-examples_install:
> -	@echo ===================================================
> -	@echo   Installing TI Crypto Examples - Release version
> -	@echo ===================================================
> -	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make install
> -
> -ti-crypto-examples_install_debug:
> -	@echo =================================================
> -	@echo   Installing TI Crypto Examples - Debug Version
> -	@echo =================================================
> -	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make install_debug
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> index 85b99bf2..6737d7fd 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> @@ -18,7 +18,6 @@ SRC_URI = "\
>       file://Makefile_u-boot-legacy \
>       file://Makefile_matrix-gui \
>       file://Makefile_arm-benchmarks \
> -    file://Makefile_ti-crypto-examples \
>       file://Makefile_am-sysinfo \
>       file://Makefile_av-examples \
>       file://Makefile_u-boot-spl \
> @@ -76,7 +75,6 @@ MAKEFILES = ""
>   # Add device specific make targets
>   
>   MAKEFILES:append:ti33x = " u-boot-spl \
> -                           ti-crypto-examples \
>                              linux-dtbs \
>                              cryptodev \
>                              ti-sgx-ddk-km \
> @@ -86,7 +84,6 @@ MAKEFILES:append:ti33x = " u-boot-spl \
>                              pdm-anomaly-detection \
>   "
>   MAKEFILES:append:ti43x = " u-boot-spl \
> -                           ti-crypto-examples \
>                              linux-dtbs \
>                              cryptodev \
>                              dual-camera-demo \
> diff --git a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
> deleted file mode 100644
> index 943a1b2b..00000000
> --- a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
> +++ /dev/null
> @@ -1,30 +0,0 @@
> -DESCRIPTION = "TI Cryptography Example Applications"
> -HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary"
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5"
> -SECTION = "console"
> -DEPENDS += "openssl"
> -
> -PR = "r7"
> -
> -BRANCH ?= "master"
> -SRCREV = "6f4b09fffe970bb6b448369875874e798ef282f6"
> -
> -SRC_URI = "git://arago-project.org/git/projects/crypto-example-apps.git;protocol=git;branch=${BRANCH}"
> -
> -S = "${WORKDIR}/git"
> -
> -do_compile() {
> -    export CROSS_COMPILE=${TARGET_PREFIX}
> -    export CFLAGS='${TARGET_CC_ARCH}'
> -    # build the release version
> -    oe_runmake release
> -}
> -
> -do_install() {
> -    oe_runmake DESTDIR=${D} install
> -}
> -
> -python () {
> -    raise bb.parse.SkipRecipe("skipping ti-crypto-examples")
> -}


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples
  2022-08-02 13:02 ` Andrew Davis
@ 2022-08-02 16:39   ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2022-08-02 16:39 UTC (permalink / raw)
  To: afd; +Cc: Denys Dmytriyenko, Ryan Eatmon, meta-arago

I'm guessing Ryan is waiting on me to pick it up to my kirkstone/master update 
queue - sorry, it's been a bit delayed, I'm working on it now.


On Tue, Aug 02, 2022 at 08:02:47AM -0500, Andrew Davis via lists.yoctoproject.org wrote:
> ping?
> 
> On 7/11/22 11:49 AM, Andrew Davis wrote:
> >These examples have not been updated in a long time and are arguably not
> >correct anymore. Remove this.
> >
> >Signed-off-by: Andrew Davis <afd@ti.com>
> >---
> >  .../conf/distro/include/arago-source-ipk.inc  |  3 --
> >  .../packagegroup-arago-tisdk-crypto.bb        |  1 -
> >  .../Makefile_ti-crypto-examples               | 24 ---------------
> >  .../ti-tisdk-makefile_1.0.bb                  |  3 --
> >  .../ti-crypto-examples_git.bb                 | 30 -------------------
> >  5 files changed, 61 deletions(-)
> >  delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
> >  delete mode 100644 meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
> >
> >diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> >index c03d5383..75355710 100644
> >--- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> >+++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> >@@ -46,9 +46,6 @@ SRCIPK_INSTALL_DIR:pn-ti-tisdk-licenses ?= "docs/licenses"
> >  CREATE_SRCIPK:pn-matrix-gui ?= "1"
> >  SRCIPK_INSTALL_DIR:pn-matrix-gui ?= "example-applications/${PN}-${PV}"
> >-CREATE_SRCIPK:pn-ti-crypto-examples ?= "1"
> >-SRCIPK_INSTALL_DIR:pn-ti-crypto-examples ?= "example-applications/${PN}-${PV}"
> >-
> >  CREATE_SRCIPK:pn-qml-carinfo ?= "1"
> >  SRCIPK_INSTALL_DIR:pn-qml-carinfo ?= "example-applications/${PN}-${PV}"
> >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
> >index f217f7d8..d2189a50 100644
> >--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
> >+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
> >@@ -13,7 +13,6 @@ CRYPTO_SUPPORT = "\
> >      openssl-engines \
> >  "
> >-#ti-crypto-examples
> >  CRYPTO_SUPPORT:append:ti33x = " cryptodev-module cryptodev-tests"
> >  CRYPTO_SUPPORT:append:ti43x = " cryptodev-module cryptodev-tests"
> >  CRYPTO_SUPPORT:append:dra7xx = " cryptodev-module cryptodev-tests"
> >diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
> >deleted file mode 100644
> >index 6ad07e9a..00000000
> >--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples
> >+++ /dev/null
> >@@ -1,24 +0,0 @@
> >-# ti-crypto-examples build targets
> >-ti-crypto-examples:
> >-	@echo =================================
> >-	@echo    Building TI Crypto Examples
> >-	@echo =================================
> >-	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make release
> >-
> >-ti-crypto-examples_clean:
> >-	@echo =================================
> >-	@echo    Cleaning TI Crypto Examples
> >-	@echo =================================
> >-	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make clean
> >-
> >-ti-crypto-examples_install:
> >-	@echo ===================================================
> >-	@echo   Installing TI Crypto Examples - Release version
> >-	@echo ===================================================
> >-	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make install
> >-
> >-ti-crypto-examples_install_debug:
> >-	@echo =================================================
> >-	@echo   Installing TI Crypto Examples - Debug Version
> >-	@echo =================================================
> >-	@cd example-applications; cd `find . -maxdepth 1 -type d -name "*ti-crypto-examples*"`; make install_debug
> >diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> >index 85b99bf2..6737d7fd 100644
> >--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> >+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> >@@ -18,7 +18,6 @@ SRC_URI = "\
> >      file://Makefile_u-boot-legacy \
> >      file://Makefile_matrix-gui \
> >      file://Makefile_arm-benchmarks \
> >-    file://Makefile_ti-crypto-examples \
> >      file://Makefile_am-sysinfo \
> >      file://Makefile_av-examples \
> >      file://Makefile_u-boot-spl \
> >@@ -76,7 +75,6 @@ MAKEFILES = ""
> >  # Add device specific make targets
> >  MAKEFILES:append:ti33x = " u-boot-spl \
> >-                           ti-crypto-examples \
> >                             linux-dtbs \
> >                             cryptodev \
> >                             ti-sgx-ddk-km \
> >@@ -86,7 +84,6 @@ MAKEFILES:append:ti33x = " u-boot-spl \
> >                             pdm-anomaly-detection \
> >  "
> >  MAKEFILES:append:ti43x = " u-boot-spl \
> >-                           ti-crypto-examples \
> >                             linux-dtbs \
> >                             cryptodev \
> >                             dual-camera-demo \
> >diff --git a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
> >deleted file mode 100644
> >index 943a1b2b..00000000
> >--- a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
> >+++ /dev/null
> >@@ -1,30 +0,0 @@
> >-DESCRIPTION = "TI Cryptography Example Applications"
> >-HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary"
> >-LICENSE = "BSD-3-Clause"
> >-LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5"
> >-SECTION = "console"
> >-DEPENDS += "openssl"
> >-
> >-PR = "r7"
> >-
> >-BRANCH ?= "master"
> >-SRCREV = "6f4b09fffe970bb6b448369875874e798ef282f6"
> >-
> >-SRC_URI = "git://arago-project.org/git/projects/crypto-example-apps.git;protocol=git;branch=${BRANCH}"
> >-
> >-S = "${WORKDIR}/git"
> >-
> >-do_compile() {
> >-    export CROSS_COMPILE=${TARGET_PREFIX}
> >-    export CFLAGS='${TARGET_CC_ARCH}'
> >-    # build the release version
> >-    oe_runmake release
> >-}
> >-
> >-do_install() {
> >-    oe_runmake DESTDIR=${D} install
> >-}
> >-
> >-python () {
> >-    raise bb.parse.SkipRecipe("skipping ti-crypto-examples")
> >-}


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-02 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 16:49 [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples Andrew Davis
2022-07-11 16:49 ` [meta-arago][kirkstone/master][PATCH 2/3] big-data-ipc-demo: Merge include file and rename Andrew Davis
2022-07-11 16:49 ` [meta-arago][kirkstone/master][PATCH 3/3] cmem: Remove Makefile_cmem-mod and cmem refrences Andrew Davis
2022-07-14 17:37 ` [meta-arago][kirkstone/master][PATCH 1/3] ti-crypto-examples: Remove ti-crypto-examples Denys Dmytriyenko
2022-08-02 13:02 ` Andrew Davis
2022-08-02 16:39   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.