Ignore this patch. As ti-tisdk-setup is related to file-system and just goes as a part of SDK we should ideally remove it from meta-arago and have it in meta-processor-sdk to still ship it inside the SDK.
Will send a new patch for removing ti-tisdk-setup from meta-arago. ________________________________ From: [email protected] <[email protected]> on behalf of Chirag Shilwant via lists.yoctoproject.org <[email protected]> Sent: 24 May 2023 02:53:33 To: Bajjuri, Praneeth; Denys Dmytriyenko; Eatmon, Ryan; [email protected] Cc: Adivi, Sai Sree Kartheek; Bhagat, Paresh; Gupta, Gyan Subject: [EXTERNAL] [meta-arago][kirkstone][PATCH] recipes-tisdk: ti-tisdk-setup: Update SRCREV and Fix build issue - Bump up SRCREV to 2d6d6dfeac3b6e0e5a72513b61ab888a1a1a2bac. - Scripts were installed in /bin but not shipped resulting in QA issues. Hence, ship all scripts under /bin. - Fix syntax issue and update recipe revision. Signed-off-by: Chirag Shilwant <[email protected]> --- .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb index e000e8c7..a89803c9 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb @@ -2,10 +2,10 @@ DESCRIPTION = "Package containing scripts to setup the development host and targ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e" -PR = "r47" +PR = "r48" BRANCH ?= "master" -SRCREV = "eae21af9be4e7a0028045cc3e4038fe2157a266d" +SRCREV = "2d6d6dfeac3b6e0e5a72513b61ab888a1a1a2bac" SRC_URI = "git://git.ti.com/git/arago-project/tisdk-setup-scripts.git;protocol=https;branch=${BRANCH}" S = "${WORKDIR}/git" @@ -55,5 +55,5 @@ do_install () { fi } -FILES:${PN} += "setup.sh" -RDEPENDS:${PN} += "bash" +FILES:${PN} = "setup.sh /bin/*" +RDEPENDS:${PN} = "bash" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14457): https://lists.yoctoproject.org/g/meta-arago/message/14457 Mute This Topic: https://lists.yoctoproject.org/mt/99096759/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
