dev-embedded/fwup - 1.16.0 (guru)

Search

Install

Install this version:

emerge -a =dev-embedded/fwup-1.16.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-embedded/fwup-1.16.0

Or alternatively:

emerge --autounmask-write -a =dev-embedded/fwup-1.16.0

Package Information

Description:
Configurable embedded Linux firmware update creator and runner
Homepage:
https://github.com/fwup-home/fwup
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.16.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Configurable embedded Linux firmware update creator and runner"
HOMEPAGE="https://github.com/fwup-home/fwup"
SRC_URI="https://github.com/fwup-home/fwup/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=app-arch/libarchive-3.7.9
	app-arch/zip
	>=dev-libs/confuse-2.8
	dev-util/xdelta:3
	sys-fs/dosfstools
	sys-fs/mtools
	sys-fs/squashfs-tools
"

src_prepare() {
	default
	./autogen.sh
}

src_test() {
	# The fwup tests do not like the portage sandbox. Make them play nice.

	# Modify tests/common.sh to ensure $WRITE_SHIM and $MOUNT_SHIM point to
	# files that don't exist. This is needed to ensure tests don't try to use
	# LD_PRELOAD.
	sed -i 's/^\(WRITE\|MOUNT\)_SHIM=".*"/\1_SHIM=""/' 'tests/common.sh' \
		|| die 'Could not sed tests/common.sh'

	# set VERIFY_SYSCALLS_DISABLE, to disable tracing
	VERIFY_SYSCALLS_DISABLE="" emake check
}

Dependencies

RDEPEND

	>=app-arch/libarchive-3.7.9
	app-arch/zip
	>=dev-libs/confuse-2.8
	dev-util/xdelta:3
	sys-fs/dosfstools
	sys-fs/mtools
	sys-fs/squashfs-tools

Manifest for 1.16.0

Type File Size Source URLs
DIST fwup-1.16.0.tar.gz 25593107 bytes https://github.com/fwup-home/fwup/archive/refs/tags/v1.16.0.tar.gz