From patchwork Tue Oct 11 17:53:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 13805 X-Patchwork-Delegate: denis@denix.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48B43C433FE for ; Tue, 11 Oct 2022 17:53:32 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web12.10716.1665510806371715253 for ; Tue, 11 Oct 2022 10:53:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=R0r70pjG; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: afd@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 29BHrL89064637; Tue, 11 Oct 2022 12:53:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1665510801; bh=6fpTj9UjCWBaP4YxksNAUdM+ITWRjg45B773PdFnzAA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=R0r70pjG+T+K3t/jVGqMGbcIV8h0pDKP/BC0o7jayKWknSI0maAUaHh2mGYGt/hoC vlSOi8O3nO5Gs/EY0+K1KMSh9O0RTZsYzagRhlNSnTeJAurEmTlKEoHyhP4YczvfPu UMOkEGnxMsJkKjkHumvtuPveccgYXKCod4rH3s6o= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 29BHrL4g080811 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 11 Oct 2022 12:53:21 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Tue, 11 Oct 2022 12:53:21 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6 via Frontend Transport; Tue, 11 Oct 2022 12:53:21 -0500 Received: from ula0226330.dal.design.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 29BHrKFE089061; Tue, 11 Oct 2022 12:53:21 -0500 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][master/kirkstone][PATCH v2 1/6] ti-crypto-examples: Remove ti-crypto-examples Date: Tue, 11 Oct 2022 12:53:15 -0500 Message-ID: <20221011175320.26843-2-afd@ti.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20221011175320.26843-1-afd@ti.com> References: <20221011175320.26843-1-afd@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 11 Oct 2022 17:53:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14072 These examples have not been updated in a long time and are not correct anymore. Remove this. Signed-off-by: Andrew Davis --- .../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 b991351f..c47ae172 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 10f14478..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 = "https://git.ti.com/cgit/arago-project-org/crypto-example-apps/" -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://git.ti.com/git/git/arago-project-org/crypto-example-apps.git;protocol=https;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") -}