- Users are advised to clone oe-layersetup to trigger yocto builds [1] for machine configurations that are under meta-ti.
- So having a recipe for it in Yocto doesn't make any sense, hence drop it. [1]: https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/09_02_01_10/exports/docs/linux/Overview_Building_the_SDK.html#build-steps Signed-off-by: Chirag Shilwant <[email protected]> --- .../recipes-tisdk/oe-layersetup/oe-layersetup.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb diff --git a/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb b/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb deleted file mode 100644 index 1600b679..00000000 --- a/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Package that contains a script to setup oe-core development environment" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -PR = "r1" - -inherit allarch - -BRANCH ?= "master" -SRCREV = "e58f941784fb45fd826779a45b33973e6342700f" -SRC_URI = "git://git.ti.com/git/git/arago-project/oe-layersetup.git;protocol=https;branch=${BRANCH}" - -S = "${WORKDIR}/git" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15402): https://lists.yoctoproject.org/g/meta-arago/message/15402 Mute This Topic: https://lists.yoctoproject.org/mt/106753431/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
