Skip to content

Commit

Permalink
add util-linux as a Panatvisor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalportero committed Dec 13, 2024
1 parent d2b0123 commit e5dad27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions recipes-kernel/linux/files/pantavisor.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CONFIG_LEGACY_PTY_COUNT=256
CONFIG_OVERLAY_FS=y
CONFIG_MISC_FILESYSTEMS=y
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_FILE_DIRECT=y
CONFIG_SQUASHFS_XZ=y
CONFIG_SQUASHFS_ZSTD=y
CONFIG_VETH=y
Expand Down
1 change: 1 addition & 0 deletions recipes-pv/busybox/files/trim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ CONFIG_FEATURE_UDHCPC_SANITIZEOPT=n
CONFIG_FEATURE_FAST_TOP=n
CONFIG_FREE=n
CONFIG_FUSER=n
CONFIG_LOSETUP=n
CONFIG_LSOF=n
CONFIG_BB_SYSCTL=n
CONFIG_UPTIME=n
Expand Down
1 change: 1 addition & 0 deletions recipes-pv/images/pantavisor-initramfs.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PACKAGE_INSTALL = "pantavisor \
busybox \
base-passwd \
rng-tools \
util-linux-losetup \
${@bb.utils.contains('PANTAVISOR_FEATURES', 'automod', 'kmod', '', d)} \
${ROOTFS_BOOTSTRAP_INSTALL}"

Expand Down
6 changes: 3 additions & 3 deletions recipes-pv/pantavisor/pantavisor_019.bb
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}_${PV}:"

S = "${WORKDIR}/git"

PANTAVISOR_BRANCH ??= "master"
PANTAVISOR_BRANCH ??= "feature/losetup_dio"

SRC_URI = "git://github.com/pantavisor/pantavisor.git;protocol=https"
SRC_URI = "git://github.com/pantavisor/pantavisor.git;branch=feature/losetup_dio;protocol=https"
SRC_URI += " file://pantavisor-run"
SRC_URI += " file://rev0json"

SRCREV = "88c3e58e75ce8117994148f52d1790addfcda8f1"
SRCREV = "72c5f23966fc7fa8e304c438cd073eb06d948bfb"

FILES:${PN} += " /usr/bin/pantavisor-run"
FILES:${PN} += " /usr/lib"
Expand Down

0 comments on commit e5dad27

Please sign in to comment.