[PATCH 1/1][kteam-tools] chroot-setup: install packages for rmadison
You-Sheng Yang
vicamo.yang at canonical.com
Thu Oct 1 04:24:43 UTC 2020
`rmadison` is used in git-build-kernel when building source packages,
but it's part of devscripts that may not be installed yet. liburi-perl
is a companion package for rmadison to check release version on a remote
server.
Signed-off-by: You-Sheng Yang <vicamo.yang at canonical.com>
---
chroot-setup/make_chroot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chroot-setup/make_chroot b/chroot-setup/make_chroot
index 848c6744..62c680cf 100755
--- a/chroot-setup/make_chroot
+++ b/chroot-setup/make_chroot
@@ -34,7 +34,7 @@ RELEASE_ARCH=${RELEASE}-${ARCH}
#
# Make sure you've all of the prerequisite packages installed.
#
-PRE_REQS="debootstrap schroot kernel-wedge fakeroot gawk postfix binfmt-support qemu-user-static"
+PRE_REQS="debootstrap schroot kernel-wedge fakeroot gawk postfix binfmt-support qemu-user-static devscripts liburi-perl"
for i in ${PRE_REQS}
do
--
2.27.0
More information about the kernel-team
mailing list