summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-08-17 14:31:25 -0500
committerPatrick Williams <patrick@stwcx.xyz>2016-08-22 16:43:26 +0000
commit60f9d69e016b11c468c98ea75ba0a60c44afbbc4 (patch)
treeecb49581a9e41a37943c22cd9ef3f63451b20ee7 /yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb
parente18c61205e0234b03697129c20cc69c9b3940efc (diff)
downloadtalos-openbmc-60f9d69e016b11c468c98ea75ba0a60c44afbbc4.tar.gz
talos-openbmc-60f9d69e016b11c468c98ea75ba0a60c44afbbc4.zip
yocto-poky: Move to import-layers subdir
We are going to import additional layers, so create a subdir to hold all of the layers that we import with git-subtree. Change-Id: I6f732153a22be8ca663035c518837e3cc5ec0799 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb')
-rw-r--r--yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb41
1 files changed, 0 insertions, 41 deletions
diff --git a/yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb b/yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb
deleted file mode 100644
index 957cb7096..000000000
--- a/yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-SUMMARY = "Generates traces of I/O traffic on block devices"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
-
-DEPENDS = "libaio"
-
-SRCREV = "43fc870ce04e963def45dfc0d1ed4ea21ef10d4b"
-
-PV = "1.1.0+git${SRCPV}"
-
-SRC_URI = "git://git.kernel.dk/blktrace.git \
- file://ldflags.patch \
- file://0001-include-sys-types.h-for-dev_t-definition.patch \
-"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE = "\
- 'CC=${CC}' \
- 'CFLAGS=${CFLAGS}' \
- 'LDFLAGS=${LDFLAGS}' \
-"
-
-# There are a few parallel issues:
-# 1) ../rbtree.o: error adding symbols: Invalid operation
-# collect2: error: ld returned 1 exit status
-# Makefile:42: recipe for target 'btt' failed
-# 2) git/blkiomon.c:216: undefined reference to `rb_insert_color'
-# collect2: error: ld returned 1 exit status
-# Makefile:27: recipe for target 'blkparse' failed
-# 3) ld: rbtree.o: invalid string offset 128 >= 125 for section `.strtab'
-# 4) btreplay.o: file not recognized: File truncated
-# collect2: error: ld returned 1 exit status
-# btreplay/btreplay.c:47:18: fatal error: list.h: No such file or directory
-PARALLEL_MAKE = ""
-
-do_install() {
- oe_runmake ARCH="${ARCH}" prefix=${prefix} \
- mandir=${mandir} DESTDIR=${D} install
-}
-
OpenPOWER on IntegriCloud