From 696eefc352e1ce528bfeb3eee7d36ba81495da0a Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Mon, 21 Jan 2019 20:37:03 +0100 Subject: [PATCH] recipes-devtools: cleanup Signed-off-by: Thomas Klaehn --- images/console-image.bb | 4 -- recipes-devtools/opkg/files/opkg.conf | 6 +-- recipes-devtools/pypio/pypio_1.0.0.bb | 28 ----------- recipes-devtools/pywm/pywm_1.0.0.bb | 24 ---------- .../ultrasonic-distance_1.0.0.bb | 28 ----------- .../ultrasonic-distance_1.1.0.bb | 28 ----------- .../vl53l0x-api/vl53l0x-api_1.0.0.bb | 46 ------------------- 7 files changed, 3 insertions(+), 161 deletions(-) delete mode 100644 recipes-devtools/pypio/pypio_1.0.0.bb delete mode 100644 recipes-devtools/pywm/pywm_1.0.0.bb delete mode 100644 recipes-devtools/ultrasonic-distance/ultrasonic-distance_1.0.0.bb delete mode 100644 recipes-devtools/ultrasonic-distance/ultrasonic-distance_1.1.0.bb delete mode 100644 recipes-devtools/vl53l0x-api/vl53l0x-api_1.0.0.bb diff --git a/images/console-image.bb b/images/console-image.bb index 8f696c5..c9cee1e 100644 --- a/images/console-image.bb +++ b/images/console-image.bb @@ -70,9 +70,6 @@ MQTT = " \ " PYTHON_LIBS = " \ - pypio \ - pywm \ - ultrasonic-distance \ " IMAGE_INSTALL += " \ @@ -83,7 +80,6 @@ IMAGE_INSTALL += " \ ${WIFI_SUPPORT} \ ${MQTT} \ ${PYTHON_LIBS} \ - vl53l0x-api \ " set_local_timezone() { diff --git a/recipes-devtools/opkg/files/opkg.conf b/recipes-devtools/opkg/files/opkg.conf index 1bbafe1..3efeb03 100644 --- a/recipes-devtools/opkg/files/opkg.conf +++ b/recipes-devtools/opkg/files/opkg.conf @@ -24,9 +24,9 @@ # Offline mode (for use in constructing flash images offline) #option offline_root target -src/gz all https://opkg.blackfinn.de/rocko/all -src/gz beaglebone https://opkg.blackfinn.de/rocko/beaglebone -src/gz cortexa8hf-neon https://opkg.blackfinn.de/rocko/cortexa8hf-neon +src/gz all https://opkg.blackfinn.de/sumo/all +src/gz beaglebone https://opkg.blackfinn.de/sumo/beaglebone +src/gz cortexa8hf-neon https://opkg.blackfinn.de/sumo/cortexa8hf-neon # Default destination for installed packages dest root / diff --git a/recipes-devtools/pypio/pypio_1.0.0.bb b/recipes-devtools/pypio/pypio_1.0.0.bb deleted file mode 100644 index 77cb5f8..0000000 --- a/recipes-devtools/pypio/pypio_1.0.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "python hardware abstraction" -SECTION = "devtools" -LICENSE = "MIT" - -PR = "r1" -PV = "1.0.0" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -S = "${WORKDIR}/git" - -inherit setuptools -inherit allarch - -SRC_URI = " \ - git://git.blackfinn.de/python/pypio.git;protocol=https;tag=${PV} \ -" -SRC_URI[md5sum] = "a60bcf593ba5080bc2463a8abe8ab7b3" - - -DEPENDS = " \ - python \ -" - -RDEPENDS_${PN} = " \ - \ -" - diff --git a/recipes-devtools/pywm/pywm_1.0.0.bb b/recipes-devtools/pywm/pywm_1.0.0.bb deleted file mode 100644 index 70b253d..0000000 --- a/recipes-devtools/pywm/pywm_1.0.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "beaglebone black python pwm abstaction" -SECTION = "devtools" -LICENSE = "MIT" - -PR = "r1" -PV = "1.0.0" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -S = "${WORKDIR}/git" - -inherit setuptools -inherit allarch - -SRC_URI = " \ - git://git.blackfinn.de/python/pywm.git;protocol=https;tag=${PV} \ -" -SRC_URI[md5sum] = "a60bcf593ba5080bc2463a8abe8ab7b3" - - -DEPENDS = " \ - python \ -" - diff --git a/recipes-devtools/ultrasonic-distance/ultrasonic-distance_1.0.0.bb b/recipes-devtools/ultrasonic-distance/ultrasonic-distance_1.0.0.bb deleted file mode 100644 index 4da9914..0000000 --- a/recipes-devtools/ultrasonic-distance/ultrasonic-distance_1.0.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "python hardware abstraction" -SECTION = "devtools" -LICENSE = "MIT" - -PR = "r1" -PV = "1.0.0" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -S = "${WORKDIR}/git" - -inherit setuptools -inherit allarch - -SRC_URI = " \ - git://git.blackfinn.de/python/ultrasonic-distance.git;protocol=https;tag=${PV} \ -" -SRC_URI[md5sum] = "a60bcf593ba5080bc2463a8abe8ab7b3" - - -DEPENDS = " \ - python \ -" - -RDEPENDS_${PN} = " \ - pypio \ -" - diff --git a/recipes-devtools/ultrasonic-distance/ultrasonic-distance_1.1.0.bb b/recipes-devtools/ultrasonic-distance/ultrasonic-distance_1.1.0.bb deleted file mode 100644 index cecfa5b..0000000 --- a/recipes-devtools/ultrasonic-distance/ultrasonic-distance_1.1.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "python hardware abstraction" -SECTION = "devtools" -LICENSE = "MIT" - -PR = "r1" -PV = "1.1.0" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -S = "${WORKDIR}/git" - -inherit setuptools -inherit allarch - -SRC_URI = " \ - git://git.blackfinn.de/python/ultrasonic-distance.git;protocol=https;tag=${PV} \ -" -SRC_URI[md5sum] = "a60bcf593ba5080bc2463a8abe8ab7b3" - - -DEPENDS = " \ - python \ -" - -RDEPENDS_${PN} = " \ - pypio \ -" - diff --git a/recipes-devtools/vl53l0x-api/vl53l0x-api_1.0.0.bb b/recipes-devtools/vl53l0x-api/vl53l0x-api_1.0.0.bb deleted file mode 100644 index cfcaf5d..0000000 --- a/recipes-devtools/vl53l0x-api/vl53l0x-api_1.0.0.bb +++ /dev/null @@ -1,46 +0,0 @@ -DESCRIPTION = " " -SECTION = "devtools" -LICENSE = "MIT" - -PR = "r1" -PV = "1.0.0" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -S = "${WORKDIR}/git" - -SRC_URI = " \ - git://git.blackfinn.de/tkl/vl53l0x-api.git;protocol=https;tag=${PV} \ -" - -SRC_URI[md5sum] = "a60bcf593ba5080bc2463a8abe8ab7b3" - -DEPENDS = " \ - \ -" - -RDEPENDS_${PN} = " \ - \ -" - -TARGET_CC_ARCH += "${LDFLAGS}" - -INSANE_SKIP_${PN}-dev += "dev-elf" - -do_install() { - install -d ${D}${libdir} - install -d ${D}${includedir} - install -m 0644 ${S}/bin/libvl53l0x.so ${D}${libdir}/ - install -m 0644 ${S}/Api/core/inc/vl53l0x_api.h ${D}${includedir} - install -m 0644 ${S}/platform/inc/vl53l0x_platform.h ${D}${includedir} -} - -PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" - -FILES_${PN} = "${libdir}/libvl53l0x.so" - -FILES_${PN}-dev = " \ - ${includedir}/vl53l0x_api.h \ - ${includedir}/vl53l0x_platform.h \ -" -