diff options
Diffstat (limited to 'meta-oe/recipes-support/devmem2/devmem2.bb')
| -rw-r--r-- | meta-oe/recipes-support/devmem2/devmem2.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-oe/recipes-support/devmem2/devmem2.bb b/meta-oe/recipes-support/devmem2/devmem2.bb deleted file mode 100644 index 70d4135216..0000000000 --- a/meta-oe/recipes-support/devmem2/devmem2.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Simple program to read/write from/to any location in memory" | ||
| 2 | LICENSE = "GPL-2.0-or-later" | ||
| 3 | LIC_FILES_CHKSUM = "file://devmem2.c;endline=38;md5=a9eb9f3890384519f435aedf986297cf" | ||
| 4 | PR = "r7" | ||
| 5 | |||
| 6 | SRC_URI = "https://bootlin.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c \ | ||
| 7 | file://devmem2-fixups-2.patch;apply=yes;striplevel=0 \ | ||
| 8 | file://0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch \ | ||
| 9 | file://0001-devmem2-support-different-page-sizes-at-run-time.patch \ | ||
| 10 | " | ||
| 11 | |||
| 12 | S = "${WORKDIR}" | ||
| 13 | |||
| 14 | CFLAGS += "-DFORCE_STRICT_ALIGNMENT" | ||
| 15 | |||
| 16 | python do_unpack:append() { | ||
| 17 | os.rename("devmem2-new.c", "devmem2.c") | ||
| 18 | } | ||
| 19 | |||
| 20 | do_compile() { | ||
| 21 | ${CC} -o devmem2 devmem2.c ${CFLAGS} ${LDFLAGS} | ||
| 22 | } | ||
| 23 | |||
| 24 | do_install() { | ||
| 25 | install -d ${D}${bindir} | ||
| 26 | install devmem2 ${D}${bindir} | ||
| 27 | } | ||
| 28 | |||
| 29 | SRC_URI[md5sum] = "e23f236e94be4c429aa1ceac0f01544b" | ||
| 30 | SRC_URI[sha256sum] = "3b15515693bae1ebd14d914e46d388edfec2175829ea1576a7a0c8606ebbe639" | ||
