Skip to content

Commit

Permalink
use default pantavisor
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalportero committed Dec 19, 2024
1 parent e5dad27 commit b0ab123
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 ??= "feature/losetup_dio"
PANTAVISOR_BRANCH ??= "master"

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

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

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

0 comments on commit b0ab123

Please sign in to comment.