Skip to content

Commit

Permalink
support new losetup in pantavisor
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalportero committed Dec 20, 2024
1 parent d54e2f8 commit a77e93b
Showing 1 changed file with 3 additions and 3 deletions.
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 = "161bce061d9c756a9ac525a85a8a5e2d52246ea2"
SRCREV = "f75289bddfdc8e02189423993af52a07948598b6"

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

0 comments on commit a77e93b

Please sign in to comment.