diff options
author | John Klug <john.klug@multitech.com> | 2021-02-24 18:19:19 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-02-24 18:19:19 -0600 |
commit | 0f3070b6b8102507e27d9de6fc2b2a93f8de0a70 (patch) | |
tree | a26fa1421d81bd0efc1e1e644172666fc9c1d07f /recipes-support | |
parent | a316abe09424166f1fd2e1152bcb592fe9088b6f (diff) | |
download | meta-mlinux-0f3070b6b8102507e27d9de6fc2b2a93f8de0a70.tar.gz meta-mlinux-0f3070b6b8102507e27d9de6fc2b2a93f8de0a70.tar.bz2 meta-mlinux-0f3070b6b8102507e27d9de6fc2b2a93f8de0a70.zip |
Remove obsolete lxfp
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/lxfp/lxfp-src_23a2843.bb | 33 | ||||
-rw-r--r-- | recipes-support/lxfp/lxfp_23a2843.bb | 17 |
2 files changed, 0 insertions, 50 deletions
diff --git a/recipes-support/lxfp/lxfp-src_23a2843.bb b/recipes-support/lxfp/lxfp-src_23a2843.bb deleted file mode 100644 index b2258b7..0000000 --- a/recipes-support/lxfp/lxfp-src_23a2843.bb +++ /dev/null @@ -1,33 +0,0 @@ -# This recipe needs a manual download of -# the proprietary Telit firmware flashing -# program into build/downloads -# Then it will be able to compile an -# ipk. The current lxfp recipe requires -# a tar file of bin/lxfp object module. -# This is here is an example only. -DESCRIPTION = "Telit LXFP modem flashing tools" -LICENSE = "" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" - -PR = "r1" - -SRC_URI = " \ - file://lxfp-${PV}.tar.gz;md5=b4dc2f536658b3f82c91b68af1bf3dc3 \ -" - -S = "${WORKDIR}/lxfp-${PV}" - -do_compile() { - CC="${CC} --sysroot=${STAGING_DIR_HOST}" - LD="${LD} --sysroot=${STAGING_DIR_HOST}" - CXX="${CXX} --sysroot=${STAGING_DIR_HOST}" - echo "CXX is ${CXX}" - oe_runmake CC="${CC}" LD="${LD}" CXX="${CXX}" -} - -do_install() { - install -d ${D}${sbindir} - install -m 0755 bin/lxfp ${D}${sbindir} -} - -FILES_${PN} = "${sbindir}/lxfp" diff --git a/recipes-support/lxfp/lxfp_23a2843.bb b/recipes-support/lxfp/lxfp_23a2843.bb deleted file mode 100644 index 2bf4958..0000000 --- a/recipes-support/lxfp/lxfp_23a2843.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Telit LXFP modem flashing tool" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" - -PR = "r1" - -SRC_URI = "http://www.multitech.net/downloads/lxfp-arm926ejste-23a2843.tar.gz" -SRC_URI[md5sum] = "4ef5d0907a880f9acdc345d57e08c53b" -SRC_URI[sha256sum] = "09d3fd2d7102343d727fe36c818854183eaa7cdeced1af810786a9d1509541cf" - -do_install() { - install -d ${D}${sbindir} - echo "do_install: directory is $(pwd)" - install -m 0755 ${WORKDIR}/bin/lxfp ${D}${sbindir} -} - -FILES_${PN} = "${sbindir}/lxfp" |