diff options
| author | Steve Sakoman <steve@sakoman.com> | 2024-10-22 06:29:52 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-02 06:32:36 -0700 |
| commit | 0186d190a1cf6aa473b4398de65bc58a22a3cb00 (patch) | |
| tree | c00e8d88a7760b49313ad3383ca1c6176881cc4a | |
| parent | d92e3d8193e60c3bb11b4272f2d3def97d4a83a4 (diff) | |
| download | poky-0186d190a1cf6aa473b4398de65bc58a22a3cb00.tar.gz | |
bmap-tools: update HOMEPAGE and SRC_URI
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
(From OE-Core rev: 7678ae7fc255621d91271599b5f4491520387279)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-support/bmap-tools/bmap-tools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb index 89b7bf2b93..f8b382ca48 100644 --- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb +++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb | |||
| @@ -4,12 +4,12 @@ bmap. Bmaptool is a generic tool for creating the block map (bmap) for a file, \ | |||
| 4 | and copying files using the block map. The idea is that large file containing \ | 4 | and copying files using the block map. The idea is that large file containing \ |
| 5 | unused blocks, like raw system image files, can be copied or flashed a lot \ | 5 | unused blocks, like raw system image files, can be copied or flashed a lot \ |
| 6 | faster with bmaptool than with traditional tools like "dd" or "cp"." | 6 | faster with bmaptool than with traditional tools like "dd" or "cp"." |
| 7 | HOMEPAGE = "https://github.com/01org/bmap-tools" | 7 | HOMEPAGE = "https://github.com/yoctoproject/bmaptool" |
| 8 | SECTION = "console/utils" | 8 | SECTION = "console/utils" |
| 9 | LICENSE = "GPL-2.0-only" | 9 | LICENSE = "GPL-2.0-only" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https" | 12 | SRC_URI = "git://github.com/yoctoproject/bmaptool.git;branch=main;protocol=https" |
| 13 | 13 | ||
| 14 | SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a" | 14 | SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
