summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2024-03-04 14:25:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-05 12:24:50 +0000
commitf15676592bb8ba082b31d35c46631f35f1b3a222 (patch)
treeca2e7a0bda40e55cef614281187595af45649ddd /meta/recipes-support
parentd827eec21c99b0aa189589aabac6ae3bd188cfc0 (diff)
downloadpoky-f15676592bb8ba082b31d35c46631f35f1b3a222.tar.gz
bmaptool: now part of Yocto Project
The bmaptool (previously: bmap-tools, bmap-tool, bmaptool) has been moved to be under the Yocto Project umbrella and is now hosted at: github.com/yoctoproject/bmaptool [RP: Added a couple of missing renames] (From OE-Core rev: 7a036b1a1ec7dcd27dbe18d4c2e703bd2a8af182) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/bmaptool/bmaptool_git.bb (renamed from meta/recipes-support/bmap-tools/bmap-tools_git.bb)8
-rw-r--r--meta/recipes-support/bmaptool/files/0001-BmapCopy.py-fix-error-message.patch (renamed from meta/recipes-support/bmap-tools/files/0001-BmapCopy.py-fix-error-message.patch)0
-rw-r--r--meta/recipes-support/bmaptool/files/0002-CLI.py-fix-block-device-udev-race-condition.patch (renamed from meta/recipes-support/bmap-tools/files/0002-CLI.py-fix-block-device-udev-race-condition.patch)0
-rw-r--r--meta/recipes-support/bmaptool/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch (renamed from meta/recipes-support/bmap-tools/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch)0
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmaptool/bmaptool_git.bb
index ffb6ccfe99..87328af8c6 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/meta/recipes-support/bmaptool/bmaptool_git.bb
@@ -1,16 +1,16 @@
1SUMMARY = "Tools to generate block map (AKA bmap) and flash images using bmap" 1SUMMARY = "Tools to generate block map (AKA bmap) and flash images using bmap"
2DESCRIPTION = "Bmap-tools - tools to generate block map (AKA bmap) and flash images using \ 2DESCRIPTION = "bmaptool - tools to generate block map (AKA bmap) and flash images using \
3bmap. Bmaptool is a generic tool for creating the block map (bmap) for a file, \ 3bmap. bmaptool is a generic tool for creating the block map (bmap) for a file, \
4and copying files using the block map. The idea is that large file containing \ 4and copying files using the block map. The idea is that large file containing \
5unused blocks, like raw system image files, can be copied or flashed a lot \ 5unused blocks, like raw system image files, can be copied or flashed a lot \
6faster with bmaptool than with traditional tools like "dd" or "cp"." 6faster with bmaptool than with traditional tools like "dd" or "cp"."
7HOMEPAGE = "https://github.com/01org/bmap-tools" 7HOMEPAGE = "https://github.com/yoctoproject/bmaptool"
8SECTION = "console/utils" 8SECTION = "console/utils"
9LICENSE = "GPL-2.0-only" 9LICENSE = "GPL-2.0-only"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11 11
12FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 12FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
13SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https \ 13SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https \
14 file://0001-BmapCopy.py-fix-error-message.patch \ 14 file://0001-BmapCopy.py-fix-error-message.patch \
15 file://0002-CLI.py-fix-block-device-udev-race-condition.patch \ 15 file://0002-CLI.py-fix-block-device-udev-race-condition.patch \
16 file://0003-BmapCopy.py-tweak-suggested-udev-rule.patch \ 16 file://0003-BmapCopy.py-tweak-suggested-udev-rule.patch \
diff --git a/meta/recipes-support/bmap-tools/files/0001-BmapCopy.py-fix-error-message.patch b/meta/recipes-support/bmaptool/files/0001-BmapCopy.py-fix-error-message.patch
index ddac322e91..ddac322e91 100644
--- a/meta/recipes-support/bmap-tools/files/0001-BmapCopy.py-fix-error-message.patch
+++ b/meta/recipes-support/bmaptool/files/0001-BmapCopy.py-fix-error-message.patch
diff --git a/meta/recipes-support/bmap-tools/files/0002-CLI.py-fix-block-device-udev-race-condition.patch b/meta/recipes-support/bmaptool/files/0002-CLI.py-fix-block-device-udev-race-condition.patch
index ea2749a264..ea2749a264 100644
--- a/meta/recipes-support/bmap-tools/files/0002-CLI.py-fix-block-device-udev-race-condition.patch
+++ b/meta/recipes-support/bmaptool/files/0002-CLI.py-fix-block-device-udev-race-condition.patch
diff --git a/meta/recipes-support/bmap-tools/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch b/meta/recipes-support/bmaptool/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch
index 2794eeada3..2794eeada3 100644
--- a/meta/recipes-support/bmap-tools/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch
+++ b/meta/recipes-support/bmaptool/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch