No images include this and the source is long gone anyway, remove this. Signed-off-by: Andrew Davis <[email protected]> --- .../pinmux-utility/pinmux-utility/LICENSE | 30 ---------------- .../pinmux-utility_1.0.1076.3.bb | 34 ------------------- .../pinmux-utility/pinmux-utility_2.5.2.0.bb | 24 ------------- 3 files changed, 88 deletions(-) delete mode 100644 meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility/LICENSE delete mode 100644 meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb delete mode 100644 meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb
diff --git a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility/LICENSE b/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility/LICENSE deleted file mode 100644 index 32f2b0af..00000000 --- a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility/LICENSE +++ /dev/null @@ -1,30 +0,0 @@ -This distribution contains contributions or derivatives under copyright -as follows: -Copyright (c) 2010, Texas Instruments Incorporated -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -- Neither the name of Texas Instruments nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS -AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff --git a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb b/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb deleted file mode 100644 index 0a326a95..00000000 --- a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "Texas Instruments Pinmux Utility" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2b328fcf0477d688d8b85f7310f9e6b9" -COMPATIBLE_MACHINE = "omapl138" - -PR = "r0" - -SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/461/4210/Pin_Setup_AM18xx_01_00_1076_03.zip;name=base;subdir=${P}" - -# Temporarily add LICENSE file here since zip files don't contain any license information. This file was grabbed -# from the License Agreement screen when installing pinmux-utility_2.3.1.0. No license information exist for this -# version of the pinmux utility. -SRC_URI += "file://LICENSE" - -SRC_URI[base.md5sum] = "5a4eb834bde44c662aaf669882adbfe6" -SRC_URI[base.sha256sum] = "6701ca0e91761b9eb80b0097fbb2e2ce2cd8e0bcdc0bd18c34cd0221d9d450d0" - -S = "${WORKDIR}/${P}" - -do_unpack_extra() { - mv ${WORKDIR}/LICENSE ${WORKDIR}/${P} -} - -addtask unpack_extra after do_unpack before do_patch - -installdir = "host-tools/pinmux_utils/windows" - -do_install() { - install -d ${D}/${installdir} - cp -rf ${S}/bin ${D}/${installdir}/ - cp -rf ${S}/configurations ${D}/${installdir}/ -} - -FILES:${PN} += "${installdir}/*" diff --git a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb b/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb deleted file mode 100644 index 75b5b360..00000000 --- a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Texas Instruments Pinmux Utility" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d69a4aafe4f7b66d5f9c60d6875ebd52" -COMPATIBLE_MACHINE = "am335x-evm" - -PR = "r0" - -SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/1019/6393/PinMuxUtility_v2_05_02_00.zip;name=base;subdir=${P}" - -SRC_URI[base.md5sum] = "5a5cb5e9a5361fcb244a4b685872fe6b" -SRC_URI[base.sha256sum] = "93b8dfd726dd614aad9c2b0bb9ffc0abbd47e1c2900c3f411be7433c6d04fd2a" - -S = "${WORKDIR}/${P}" - -installdir = "host-tools/pinmux_utils/windows" - -do_install() { - install -d ${D}/${installdir} - install ${S}/Pin_Mux_Utility.msi ${D}/${installdir} - install ${S}/setup.exe ${D}/${installdir} - install ${S}/Release_Notes.txt ${D}/${installdir} -} - -FILES:${PN} += "${installdir}/*" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14935): https://lists.yoctoproject.org/g/meta-arago/message/14935 Mute This Topic: https://lists.yoctoproject.org/mt/102002223/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
