* [Buildroot] [PATCH 1/3] package/bmap-tools: update GitHub URL @ 2024-04-13 13:17 Dario Binacchi 2024-04-13 13:17 ` [Buildroot] [PATCH 2/3] package/bmap-tools: rename to bmaptool Dario Binacchi 2024-04-13 13:17 ` [Buildroot] [PATCH 3/3] package/bmaptool: bump to version 3.8.0 Dario Binacchi 0 siblings, 2 replies; 4+ messages in thread From: Dario Binacchi @ 2024-04-13 13:17 UTC (permalink / raw) To: buildroot; +Cc: linux-amarula, Dario Binacchi, Thomas Petazzoni As reported in the README file of the old GitHub URL (i.e. https://github.com/intel/bmap-tools), "The code at this location is no longer maintained and will likely be removed in the future. This project has moved to https://github.com/yoctoproject/bmaptool". Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- package/bmap-tools/Config.in | 2 +- package/bmap-tools/Config.in.host | 2 +- package/bmap-tools/bmap-tools.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/bmap-tools/Config.in b/package/bmap-tools/Config.in index 91081069c739..425b7dfb9e07 100644 --- a/package/bmap-tools/Config.in +++ b/package/bmap-tools/Config.in @@ -40,4 +40,4 @@ config BR2_PACKAGE_BMAP_TOOLS python-gpgme is not available. Optimized bzip2 decompression is not supported as pbzip2 is not available. - https://github.com/intel/bmap-tools + https://github.com/yoctoproject/bmaptool diff --git a/package/bmap-tools/Config.in.host b/package/bmap-tools/Config.in.host index a20829030d68..cb4d35a437fa 100644 --- a/package/bmap-tools/Config.in.host +++ b/package/bmap-tools/Config.in.host @@ -9,4 +9,4 @@ config BR2_PACKAGE_HOST_BMAP_TOOLS image files, can be copied or flashed a lot faster with bmaptool than with traditional tools like "dd" or "cp". - https://github.com/intel/bmap-tools + https://github.com/yoctoproject/bmaptool diff --git a/package/bmap-tools/bmap-tools.mk b/package/bmap-tools/bmap-tools.mk index 32399ca151c4..69a22c4745ab 100644 --- a/package/bmap-tools/bmap-tools.mk +++ b/package/bmap-tools/bmap-tools.mk @@ -5,7 +5,7 @@ ################################################################################ BMAP_TOOLS_VERSION = 3.6 -BMAP_TOOLS_SITE = $(call github,intel,bmap-tools,v$(BMAP_TOOLS_VERSION)) +BMAP_TOOLS_SITE = $(call github,yoctoproject,bmaptool,v$(BMAP_TOOLS_VERSION)) BMAP_TOOLS_LICENSE = GPL-2.0 BMAP_TOOLS_LICENSE_FILES = COPYING BMAP_TOOLS_SETUP_TYPE = setuptools -- 2.43.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/3] package/bmap-tools: rename to bmaptool 2024-04-13 13:17 [Buildroot] [PATCH 1/3] package/bmap-tools: update GitHub URL Dario Binacchi @ 2024-04-13 13:17 ` Dario Binacchi 2024-04-13 19:43 ` Yann E. MORIN 2024-04-13 13:17 ` [Buildroot] [PATCH 3/3] package/bmaptool: bump to version 3.8.0 Dario Binacchi 1 sibling, 1 reply; 4+ messages in thread From: Dario Binacchi @ 2024-04-13 13:17 UTC (permalink / raw) To: buildroot; +Cc: linux-amarula, Dario Binacchi, Thomas Petazzoni The patch aligns the package name in Buildroot with the current one on GitHub. The bmaptool (previously bmap-tools) has been moved under the Yocto Project umbrella and is now hosted at https://github.com/yoctoproject/bmaptool. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- Config.in.legacy | 7 +++++++ DEVELOPERS | 8 ++++---- package/Config.in | 2 +- package/Config.in.host | 2 +- package/{bmap-tools => bmaptool}/Config.in | 4 ++-- package/{bmap-tools => bmaptool}/Config.in.host | 4 ++-- .../bmap-tools.hash => bmaptool/bmaptool.hash} | 2 +- .../bmap-tools.mk => bmaptool/bmaptool.mk} | 12 ++++++------ .../{sample_bmap_tools.sh => sample_bmaptool.sh} | 0 .../package/{test_bmap_tools.py => test_bmaptool.py} | 6 +++--- 10 files changed, 27 insertions(+), 20 deletions(-) rename package/{bmap-tools => bmaptool}/Config.in (96%) rename package/{bmap-tools => bmaptool}/Config.in.host (88%) rename package/{bmap-tools/bmap-tools.hash => bmaptool/bmaptool.hash} (51%) rename package/{bmap-tools/bmap-tools.mk => bmaptool/bmaptool.mk} (51%) rename support/testing/tests/package/{sample_bmap_tools.sh => sample_bmaptool.sh} (100%) rename support/testing/tests/package/{test_bmap_tools.py => test_bmaptool.py} (95%) diff --git a/Config.in.legacy b/Config.in.legacy index 76af1da3488f..ced76d072b79 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,13 @@ endif comment "Legacy options removed in 2024.05" +config BR2_PACKAGE_BMAP_TOOLS + bool "bmap_tools has been renamed" + select BR2_LEGACY + select BR2_PACKAGE_BMAPTOOL + help + The bmap-tools package has been renamed to bmaptool. + config BR2_TARGET_TI_K3_IMAGE_GEN bool "ti-k3-image-gen removed" select BR2_LEGACY diff --git a/DEVELOPERS b/DEVELOPERS index 399b2931ff3d..8e3b7a464c26 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -2316,7 +2316,7 @@ F: board/intel/galileo/ F: configs/galileo_defconfig N: Nicolas Carrier <nicolas.carrier@orolia.com> -F: package/bmap-tools/ +F: package/bmaptool/ F: package/composer/ F: package/libdbi/ F: package/libdbi-drivers/ @@ -2331,12 +2331,12 @@ F: package/python-augeas/ F: package/python-flask-expects-json/ F: package/python-git/ F: package/python-unittest-xml-reporting/ -F: support/testing/tests/package/sample_bmap_tools.sh +F: support/testing/tests/package/sample_bmaptool.sh F: support/testing/tests/package/sample_python_augeas.py F: support/testing/tests/package/sample_python_flask_expects_json.py F: support/testing/tests/package/sample_python_git.py F: support/testing/tests/package/sample_python_unittest_xml_reporting.py -F: support/testing/tests/package/test_bmap_tools.py +F: support/testing/tests/package/test_bmaptool.py F: support/testing/tests/package/test_lua_augeas.py F: support/testing/tests/package/test_php_apcu.py F: support/testing/tests/package/test_php_pecl_dbus.py @@ -2992,7 +2992,7 @@ F: configs/stm32mp157c_dk2_defconfig F: package/android-tools/ F: package/b43-firmware/ F: package/b43-fwcutter/ -F: package/bmap-tools/ +F: package/bmaptool/ F: package/c-periphery/ F: package/cdrkit/ F: package/cifs-utils/ diff --git a/package/Config.in b/package/Config.in index 1935077f0f45..a47a75331014 100644 --- a/package/Config.in +++ b/package/Config.in @@ -213,7 +213,7 @@ menu "Filesystem and flash utilities" source "package/aufs/Config.in" source "package/aufs-util/Config.in" source "package/autofs/Config.in" - source "package/bmap-tools/Config.in" + source "package/bmaptool/Config.in" source "package/btrfs-progs/Config.in" source "package/cifs-utils/Config.in" source "package/cpio/Config.in" diff --git a/package/Config.in.host b/package/Config.in.host index 9543a22ffc6a..2f8a95933b3b 100644 --- a/package/Config.in.host +++ b/package/Config.in.host @@ -7,7 +7,7 @@ menu "Host utilities" source "package/android-tools/Config.in.host" source "package/asn1c/Config.in.host" source "package/babeltrace2/Config.in.host" - source "package/bmap-tools/Config.in.host" + source "package/bmaptool/Config.in.host" source "package/bootgen/Config.in.host" source "package/btrfs-progs/Config.in.host" source "package/cbootimage/Config.in.host" diff --git a/package/bmap-tools/Config.in b/package/bmaptool/Config.in similarity index 96% rename from package/bmap-tools/Config.in rename to package/bmaptool/Config.in index 425b7dfb9e07..821508b35665 100644 --- a/package/bmap-tools/Config.in +++ b/package/bmaptool/Config.in @@ -1,5 +1,5 @@ -config BR2_PACKAGE_BMAP_TOOLS - bool "bmap-tools" +config BR2_PACKAGE_BMAPTOOL + bool "bmaptool" depends on BR2_PACKAGE_PYTHON3 select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime, pkg_resources diff --git a/package/bmap-tools/Config.in.host b/package/bmaptool/Config.in.host similarity index 88% rename from package/bmap-tools/Config.in.host rename to package/bmaptool/Config.in.host index cb4d35a437fa..9a341d38775a 100644 --- a/package/bmap-tools/Config.in.host +++ b/package/bmaptool/Config.in.host @@ -1,5 +1,5 @@ -config BR2_PACKAGE_HOST_BMAP_TOOLS - bool "host bmap-tools" +config BR2_PACKAGE_HOST_BMAPTOOL + bool "host bmaptool" select BR2_PACKAGE_HOST_PYTHON_SIX # runtime help Tool to flash image files to block devices using the block map diff --git a/package/bmap-tools/bmap-tools.hash b/package/bmaptool/bmaptool.hash similarity index 51% rename from package/bmap-tools/bmap-tools.hash rename to package/bmaptool/bmaptool.hash index 82a570ecacdb..9d621e76a52a 100644 --- a/package/bmap-tools/bmap-tools.hash +++ b/package/bmaptool/bmaptool.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 0658afb972e7221aa16fece3f84e29e5102e901c929253d7fb6040bde28243f7 bmap-tools-3.6.tar.gz +sha256 7a2e1305bf7e06bc4a580cc719f0facf9d99af8d41659b57c0acae4ad93ff45a bmaptool-3.6.tar.gz sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/bmap-tools/bmap-tools.mk b/package/bmaptool/bmaptool.mk similarity index 51% rename from package/bmap-tools/bmap-tools.mk rename to package/bmaptool/bmaptool.mk index 69a22c4745ab..34664d13b37f 100644 --- a/package/bmap-tools/bmap-tools.mk +++ b/package/bmaptool/bmaptool.mk @@ -1,14 +1,14 @@ ################################################################################ # -# bmap-tools +# bmaptool # ################################################################################ -BMAP_TOOLS_VERSION = 3.6 -BMAP_TOOLS_SITE = $(call github,yoctoproject,bmaptool,v$(BMAP_TOOLS_VERSION)) -BMAP_TOOLS_LICENSE = GPL-2.0 -BMAP_TOOLS_LICENSE_FILES = COPYING -BMAP_TOOLS_SETUP_TYPE = setuptools +BMAPTOOL_VERSION = 3.6 +BMAPTOOL_SITE = $(call github,yoctoproject,bmaptool,v$(BMAPTOOL_VERSION)) +BMAPTOOL_LICENSE = GPL-2.0 +BMAPTOOL_LICENSE_FILES = COPYING +BMAPTOOL_SETUP_TYPE = setuptools $(eval $(python-package)) $(eval $(host-python-package)) diff --git a/support/testing/tests/package/sample_bmap_tools.sh b/support/testing/tests/package/sample_bmaptool.sh similarity index 100% rename from support/testing/tests/package/sample_bmap_tools.sh rename to support/testing/tests/package/sample_bmaptool.sh diff --git a/support/testing/tests/package/test_bmap_tools.py b/support/testing/tests/package/test_bmaptool.py similarity index 95% rename from support/testing/tests/package/test_bmap_tools.py rename to support/testing/tests/package/test_bmaptool.py index a179027633df..f88239ecf81e 100644 --- a/support/testing/tests/package/test_bmap_tools.py +++ b/support/testing/tests/package/test_bmaptool.py @@ -7,7 +7,7 @@ from infra.basetest import BRTest class TestBmapTools(BRTest): __test__ = False - sample_script = "tests/package/sample_bmap_tools.sh" + sample_script = "tests/package/sample_bmaptool.sh" copy_script = 'tests/package/copy-sample-script-to-target.sh' config = \ """ @@ -15,7 +15,7 @@ class TestBmapTools(BRTest): BR2_cortex_a8=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y - BR2_PACKAGE_BMAP_TOOLS=y + BR2_PACKAGE_BMAPTOOL=y BR2_ROOTFS_POST_BUILD_SCRIPT="{}" BR2_ROOTFS_POST_SCRIPT_ARGS="{}" BR2_TARGET_ROOTFS_EXT2=y @@ -56,7 +56,7 @@ class TestPy3BmapTools(TestBmapTools): class TestHostBmapTools(BRTest): config = infra.basetest.BASIC_TOOLCHAIN_CONFIG + \ """ - BR2_PACKAGE_HOST_BMAP_TOOLS=y + BR2_PACKAGE_HOST_BMAPTOOL=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_ROOTFS_EXT2=y """ -- 2.43.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 2/3] package/bmap-tools: rename to bmaptool 2024-04-13 13:17 ` [Buildroot] [PATCH 2/3] package/bmap-tools: rename to bmaptool Dario Binacchi @ 2024-04-13 19:43 ` Yann E. MORIN 0 siblings, 0 replies; 4+ messages in thread From: Yann E. MORIN @ 2024-04-13 19:43 UTC (permalink / raw) To: Dario Binacchi; +Cc: linux-amarula, Thomas Petazzoni, buildroot Dario, All, On 2024-04-13 15:17 +0200, Dario Binacchi spake thusly: > The patch aligns the package name in Buildroot with the current one on > GitHub. > The bmaptool (previously bmap-tools) has been moved under the Yocto Project > umbrella and is now hosted at https://github.com/yoctoproject/bmaptool. This rename is a bit of churn, just to get rid of a dash. Maybe just drop it in the package prompt, with a comment explaining it, lie so: +# Historically, the package was named bmap-tools, and that's the name +# under which it was introduced in Buildroot. Since then, it has moved +# to a new home, and got renamed to bmaptool. To avoid useless churn, +# we keep the old symbols, and just refer to bmaptools in the prompt. config BR2_PACKAGE_BMAP_TOOLS - bool "bmap-tools" + bool "bmaptool (formerly bmap-tools)" depends on BR2_PACKAGE_PYTHON3 select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime, pkg_resources Note that the description on the github reprository is still: BMAP Tools Also note that, even before the move to the yocto umbrella, the tol itself was already "bmaptool". So I don't think a full rename is waranted... Regards, Yann E. MORIN. > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> > --- > Config.in.legacy | 7 +++++++ > DEVELOPERS | 8 ++++---- > package/Config.in | 2 +- > package/Config.in.host | 2 +- > package/{bmap-tools => bmaptool}/Config.in | 4 ++-- > package/{bmap-tools => bmaptool}/Config.in.host | 4 ++-- > .../bmap-tools.hash => bmaptool/bmaptool.hash} | 2 +- > .../bmap-tools.mk => bmaptool/bmaptool.mk} | 12 ++++++------ > .../{sample_bmap_tools.sh => sample_bmaptool.sh} | 0 > .../package/{test_bmap_tools.py => test_bmaptool.py} | 6 +++--- > 10 files changed, 27 insertions(+), 20 deletions(-) > rename package/{bmap-tools => bmaptool}/Config.in (96%) > rename package/{bmap-tools => bmaptool}/Config.in.host (88%) > rename package/{bmap-tools/bmap-tools.hash => bmaptool/bmaptool.hash} (51%) > rename package/{bmap-tools/bmap-tools.mk => bmaptool/bmaptool.mk} (51%) > rename support/testing/tests/package/{sample_bmap_tools.sh => sample_bmaptool.sh} (100%) > rename support/testing/tests/package/{test_bmap_tools.py => test_bmaptool.py} (95%) > > diff --git a/Config.in.legacy b/Config.in.legacy > index 76af1da3488f..ced76d072b79 100644 > --- a/Config.in.legacy > +++ b/Config.in.legacy > @@ -146,6 +146,13 @@ endif > > comment "Legacy options removed in 2024.05" > > +config BR2_PACKAGE_BMAP_TOOLS > + bool "bmap_tools has been renamed" > + select BR2_LEGACY > + select BR2_PACKAGE_BMAPTOOL > + help > + The bmap-tools package has been renamed to bmaptool. > + > config BR2_TARGET_TI_K3_IMAGE_GEN > bool "ti-k3-image-gen removed" > select BR2_LEGACY > diff --git a/DEVELOPERS b/DEVELOPERS > index 399b2931ff3d..8e3b7a464c26 100644 > --- a/DEVELOPERS > +++ b/DEVELOPERS > @@ -2316,7 +2316,7 @@ F: board/intel/galileo/ > F: configs/galileo_defconfig > > N: Nicolas Carrier <nicolas.carrier@orolia.com> > -F: package/bmap-tools/ > +F: package/bmaptool/ > F: package/composer/ > F: package/libdbi/ > F: package/libdbi-drivers/ > @@ -2331,12 +2331,12 @@ F: package/python-augeas/ > F: package/python-flask-expects-json/ > F: package/python-git/ > F: package/python-unittest-xml-reporting/ > -F: support/testing/tests/package/sample_bmap_tools.sh > +F: support/testing/tests/package/sample_bmaptool.sh > F: support/testing/tests/package/sample_python_augeas.py > F: support/testing/tests/package/sample_python_flask_expects_json.py > F: support/testing/tests/package/sample_python_git.py > F: support/testing/tests/package/sample_python_unittest_xml_reporting.py > -F: support/testing/tests/package/test_bmap_tools.py > +F: support/testing/tests/package/test_bmaptool.py > F: support/testing/tests/package/test_lua_augeas.py > F: support/testing/tests/package/test_php_apcu.py > F: support/testing/tests/package/test_php_pecl_dbus.py > @@ -2992,7 +2992,7 @@ F: configs/stm32mp157c_dk2_defconfig > F: package/android-tools/ > F: package/b43-firmware/ > F: package/b43-fwcutter/ > -F: package/bmap-tools/ > +F: package/bmaptool/ > F: package/c-periphery/ > F: package/cdrkit/ > F: package/cifs-utils/ > diff --git a/package/Config.in b/package/Config.in > index 1935077f0f45..a47a75331014 100644 > --- a/package/Config.in > +++ b/package/Config.in > @@ -213,7 +213,7 @@ menu "Filesystem and flash utilities" > source "package/aufs/Config.in" > source "package/aufs-util/Config.in" > source "package/autofs/Config.in" > - source "package/bmap-tools/Config.in" > + source "package/bmaptool/Config.in" > source "package/btrfs-progs/Config.in" > source "package/cifs-utils/Config.in" > source "package/cpio/Config.in" > diff --git a/package/Config.in.host b/package/Config.in.host > index 9543a22ffc6a..2f8a95933b3b 100644 > --- a/package/Config.in.host > +++ b/package/Config.in.host > @@ -7,7 +7,7 @@ menu "Host utilities" > source "package/android-tools/Config.in.host" > source "package/asn1c/Config.in.host" > source "package/babeltrace2/Config.in.host" > - source "package/bmap-tools/Config.in.host" > + source "package/bmaptool/Config.in.host" > source "package/bootgen/Config.in.host" > source "package/btrfs-progs/Config.in.host" > source "package/cbootimage/Config.in.host" > diff --git a/package/bmap-tools/Config.in b/package/bmaptool/Config.in > similarity index 96% > rename from package/bmap-tools/Config.in > rename to package/bmaptool/Config.in > index 425b7dfb9e07..821508b35665 100644 > --- a/package/bmap-tools/Config.in > +++ b/package/bmaptool/Config.in > @@ -1,5 +1,5 @@ > -config BR2_PACKAGE_BMAP_TOOLS > - bool "bmap-tools" > +config BR2_PACKAGE_BMAPTOOL > + bool "bmaptool" > depends on BR2_PACKAGE_PYTHON3 > select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime > select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime, pkg_resources > diff --git a/package/bmap-tools/Config.in.host b/package/bmaptool/Config.in.host > similarity index 88% > rename from package/bmap-tools/Config.in.host > rename to package/bmaptool/Config.in.host > index cb4d35a437fa..9a341d38775a 100644 > --- a/package/bmap-tools/Config.in.host > +++ b/package/bmaptool/Config.in.host > @@ -1,5 +1,5 @@ > -config BR2_PACKAGE_HOST_BMAP_TOOLS > - bool "host bmap-tools" > +config BR2_PACKAGE_HOST_BMAPTOOL > + bool "host bmaptool" > select BR2_PACKAGE_HOST_PYTHON_SIX # runtime > help > Tool to flash image files to block devices using the block map > diff --git a/package/bmap-tools/bmap-tools.hash b/package/bmaptool/bmaptool.hash > similarity index 51% > rename from package/bmap-tools/bmap-tools.hash > rename to package/bmaptool/bmaptool.hash > index 82a570ecacdb..9d621e76a52a 100644 > --- a/package/bmap-tools/bmap-tools.hash > +++ b/package/bmaptool/bmaptool.hash > @@ -1,3 +1,3 @@ > # Locally calculated > -sha256 0658afb972e7221aa16fece3f84e29e5102e901c929253d7fb6040bde28243f7 bmap-tools-3.6.tar.gz > +sha256 7a2e1305bf7e06bc4a580cc719f0facf9d99af8d41659b57c0acae4ad93ff45a bmaptool-3.6.tar.gz > sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING > diff --git a/package/bmap-tools/bmap-tools.mk b/package/bmaptool/bmaptool.mk > similarity index 51% > rename from package/bmap-tools/bmap-tools.mk > rename to package/bmaptool/bmaptool.mk > index 69a22c4745ab..34664d13b37f 100644 > --- a/package/bmap-tools/bmap-tools.mk > +++ b/package/bmaptool/bmaptool.mk > @@ -1,14 +1,14 @@ > ################################################################################ > # > -# bmap-tools > +# bmaptool > # > ################################################################################ > > -BMAP_TOOLS_VERSION = 3.6 > -BMAP_TOOLS_SITE = $(call github,yoctoproject,bmaptool,v$(BMAP_TOOLS_VERSION)) > -BMAP_TOOLS_LICENSE = GPL-2.0 > -BMAP_TOOLS_LICENSE_FILES = COPYING > -BMAP_TOOLS_SETUP_TYPE = setuptools > +BMAPTOOL_VERSION = 3.6 > +BMAPTOOL_SITE = $(call github,yoctoproject,bmaptool,v$(BMAPTOOL_VERSION)) > +BMAPTOOL_LICENSE = GPL-2.0 > +BMAPTOOL_LICENSE_FILES = COPYING > +BMAPTOOL_SETUP_TYPE = setuptools > > $(eval $(python-package)) > $(eval $(host-python-package)) > diff --git a/support/testing/tests/package/sample_bmap_tools.sh b/support/testing/tests/package/sample_bmaptool.sh > similarity index 100% > rename from support/testing/tests/package/sample_bmap_tools.sh > rename to support/testing/tests/package/sample_bmaptool.sh > diff --git a/support/testing/tests/package/test_bmap_tools.py b/support/testing/tests/package/test_bmaptool.py > similarity index 95% > rename from support/testing/tests/package/test_bmap_tools.py > rename to support/testing/tests/package/test_bmaptool.py > index a179027633df..f88239ecf81e 100644 > --- a/support/testing/tests/package/test_bmap_tools.py > +++ b/support/testing/tests/package/test_bmaptool.py > @@ -7,7 +7,7 @@ from infra.basetest import BRTest > > class TestBmapTools(BRTest): > __test__ = False > - sample_script = "tests/package/sample_bmap_tools.sh" > + sample_script = "tests/package/sample_bmaptool.sh" > copy_script = 'tests/package/copy-sample-script-to-target.sh' > config = \ > """ > @@ -15,7 +15,7 @@ class TestBmapTools(BRTest): > BR2_cortex_a8=y > BR2_TOOLCHAIN_EXTERNAL=y > BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y > - BR2_PACKAGE_BMAP_TOOLS=y > + BR2_PACKAGE_BMAPTOOL=y > BR2_ROOTFS_POST_BUILD_SCRIPT="{}" > BR2_ROOTFS_POST_SCRIPT_ARGS="{}" > BR2_TARGET_ROOTFS_EXT2=y > @@ -56,7 +56,7 @@ class TestPy3BmapTools(TestBmapTools): > class TestHostBmapTools(BRTest): > config = infra.basetest.BASIC_TOOLCHAIN_CONFIG + \ > """ > - BR2_PACKAGE_HOST_BMAP_TOOLS=y > + BR2_PACKAGE_HOST_BMAPTOOL=y > # BR2_TARGET_ROOTFS_TAR is not set > BR2_TARGET_ROOTFS_EXT2=y > """ > -- > 2.43.0 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 3/3] package/bmaptool: bump to version 3.8.0 2024-04-13 13:17 [Buildroot] [PATCH 1/3] package/bmap-tools: update GitHub URL Dario Binacchi 2024-04-13 13:17 ` [Buildroot] [PATCH 2/3] package/bmap-tools: rename to bmaptool Dario Binacchi @ 2024-04-13 13:17 ` Dario Binacchi 1 sibling, 0 replies; 4+ messages in thread From: Dario Binacchi @ 2024-04-13 13:17 UTC (permalink / raw) To: buildroot; +Cc: linux-amarula, Dario Binacchi, Thomas Petazzoni Note that, although not explicitly specified in the changelog, version 3.7 renamed the file COPYING to LICENSE, requiring corresponding changes in Bildroot related to the license file (specifically, the name and hash). Release notes: - bmap-tools 3.7: * Use GitHub Actions for CI (#109) * Add `poetry` for dependency management and `black` for code formatting (#104) * Add functionality for copying from standard input (#99) * Switch from gpg to gpgme module (#103) - bmaptool 3.8.0: * use 'df -P' for POSIX portable output * bmaptool has new maintainers * bmaptool has a new home * bmaptool is now only called 'bmaptool' and not one of a dozen such variations * switch to use an X.Y.Z versioning number scheme Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- package/bmaptool/bmaptool.hash | 4 ++-- package/bmaptool/bmaptool.mk | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package/bmaptool/bmaptool.hash b/package/bmaptool/bmaptool.hash index 9d621e76a52a..84040c948a2d 100644 --- a/package/bmaptool/bmaptool.hash +++ b/package/bmaptool/bmaptool.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 7a2e1305bf7e06bc4a580cc719f0facf9d99af8d41659b57c0acae4ad93ff45a bmaptool-3.6.tar.gz -sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING +sha256 3c741ccdd5049b5cb6983bc186f7be8040a132ed7e9c2afda4d9e7390888163c bmaptool-3.8.0.tar.gz +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE diff --git a/package/bmaptool/bmaptool.mk b/package/bmaptool/bmaptool.mk index 34664d13b37f..fa453d4e9819 100644 --- a/package/bmaptool/bmaptool.mk +++ b/package/bmaptool/bmaptool.mk @@ -4,11 +4,13 @@ # ################################################################################ -BMAPTOOL_VERSION = 3.6 +BMAPTOOL_VERSION = 3.8.0 BMAPTOOL_SITE = $(call github,yoctoproject,bmaptool,v$(BMAPTOOL_VERSION)) BMAPTOOL_LICENSE = GPL-2.0 -BMAPTOOL_LICENSE_FILES = COPYING +BMAPTOOL_LICENSE_FILES = LICENSE BMAPTOOL_SETUP_TYPE = setuptools +BMAPTOOL_DEPENDENCIES = host-python-poetry-core +HOST_BMAPTOOL_DEPENDENCIES = host-python-poetry-core $(eval $(python-package)) $(eval $(host-python-package)) -- 2.43.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-13 19:44 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-04-13 13:17 [Buildroot] [PATCH 1/3] package/bmap-tools: update GitHub URL Dario Binacchi 2024-04-13 13:17 ` [Buildroot] [PATCH 2/3] package/bmap-tools: rename to bmaptool Dario Binacchi 2024-04-13 19:43 ` Yann E. MORIN 2024-04-13 13:17 ` [Buildroot] [PATCH 3/3] package/bmaptool: bump to version 3.8.0 Dario Binacchi
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.