summaryrefslogtreecommitdiff
path: root/recipes-devtools/dtoverlay/dtoverlay_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/dtoverlay/dtoverlay_1.0.0.bb')
-rw-r--r--recipes-devtools/dtoverlay/dtoverlay_1.0.0.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/recipes-devtools/dtoverlay/dtoverlay_1.0.0.bb b/recipes-devtools/dtoverlay/dtoverlay_1.0.0.bb
deleted file mode 100644
index 67ba6e5..0000000
--- a/recipes-devtools/dtoverlay/dtoverlay_1.0.0.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-SUMMARY = "Device tree overlay program to update device tree after boot"
-
-LICENSE = "BSD-3-Clause"
-INC_PR = "r1"
-PR = "${INC_PR}.0"
-HOMEPAGE = "https://github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/dtoverlay"
-SECTION = "console/utils"
-PRIORITY = "optional"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0448d6488ef8cc380632b1569ee6d196"
-SRCREV = "${PV}"
-SRC_URI = " \
- git://git@gitlab.multitech.net/focus/dtoverlay.git;protocol=ssh \
- "
-
-# Needs libfdt recipe to work.
-# libfdt is part of dtc (Device Tree Compiler)
-DEPENDS = "kernel-devsrc dtc"
-
-
-
-# Need libfdt recipe
-# DEPENDS = "kernel-devsrc libfdt"
-
-inherit autotools
-
-# do_install[depends] += "virtual/kernel:do_shared_workdir"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE_append = " \
- INCLUDES='-I ${STAGING_DIR_TARGET}/usr/include/libfdt' \
- "
-