- meta-arago is everthing related to Arago filesystem and ti-tisdk-setup is used to package all the scripts inside the SDK installer. Hence, remove it from meta-arago and continue maintaining it in meta-processor-sdk for SDK deliverables.
Signed-off-by: Chirag Shilwant <[email protected]> --- ...packagegroup-arago-tisdk-amsdk-sdk-host.bb | 1 - .../ti-tisdk-setup/ti-tisdk-setup.bb | 59 ------------------- 2 files changed, 60 deletions(-) delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb index 1a43d0ef..684af088 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb @@ -12,7 +12,6 @@ EXTRA_FILES:omap-a15 = "tisdk-readme tisdk-uenv" EXTRA_FILES:k3 = "tisdk-readme tisdk-uenv" RDEPENDS:${PN} = "\ - ti-tisdk-setup \ ${EXTRA_FILES} \ tisdk-install \ " 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 deleted file mode 100644 index e000e8c7..00000000 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb +++ /dev/null @@ -1,59 +0,0 @@ -DESCRIPTION = "Package containing scripts to setup the development host and target board" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e" - -PR = "r47" - -BRANCH ?= "master" -SRCREV = "eae21af9be4e7a0028045cc3e4038fe2157a266d" -SRC_URI = "git://git.ti.com/git/arago-project/tisdk-setup-scripts.git;protocol=https;branch=${BRANCH}" - -S = "${WORKDIR}/git" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -SDCARD_SCRIPT = " create-sdcard.sh" - -SETUP_SCRIPTS = " common.sh \ - setup-host-check.sh \ - setup-minicom.sh \ - setup-package-install.sh \ - setup-targetfs-nfs.sh \ - setup-tftp.sh \ - add-to-group.sh \ - create-ubifs.sh \ - ${SDCARD_SCRIPT} \ -" - -UBOOT_ENV:omapl138 = "setup-uboot-env-am18x.sh" -UBOOT_ENV:ti33x = "setup-uboot-env-am335x.sh" -UBOOT_ENV:ti43x = "setup-uboot-env-am43x.sh" -UBOOT_ENV:omap5-evm = "setup-uboot-env-omap5.sh" -UBOOT_ENV:am57xx-evm = "setup-uboot-env-am57xx-evm.sh" -UBOOT_ENV:k3 = "setup-uboot-env-am65x.sh" -UBOOT_ENV = "setup-uboot-unknown.sh" - -do_install () { - install -m 0755 ${S}/setup.sh ${D}/ - - install -d ${D}/bin - for script in ${SETUP_SCRIPTS} - do - install -m 0755 ${S}/${script} ${D}/bin - done - - install -m 0755 ${S}/${UBOOT_ENV} ${D}/bin/setup-uboot-env.sh - - if [ -z "${MKUBIFS_ARGS}" -o -z "${UBINIZE_ARGS}" ] - then - # UBIFS not supported - rm "${D}/bin/create-ubifs.sh" - else - sed -i -e "s|__MKUBIFS_ARGS__|${MKUBIFS_ARGS}|" \ - -e "s|__UBINIZE_ARGS__|${UBINIZE_ARGS}|" \ - "${D}/bin/create-ubifs.sh" - fi -} - -FILES:${PN} += "setup.sh" -RDEPENDS:${PN} += "bash" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14458): https://lists.yoctoproject.org/g/meta-arago/message/14458 Mute This Topic: https://lists.yoctoproject.org/mt/99105311/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
