Skip to content

Commit

Permalink
phosphor-networkd: 1050 downstream srcrev bump
Browse files Browse the repository at this point in the history
Asmitha Karunanithi (2):
  Hypervisor network configuration support (openbmc#57)
  Fix compilation issues - hypervisor network configuration (openbmc#59)

Change-Id: I94d423da48a2fda51344f6302e63e0b2cd8b64dd
  • Loading branch information
rfrandse committed Jun 2, 2023
1 parent 5dcb9b4 commit fbae621
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@ DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "phosphor-logging"
DEPENDS += "libnl"
DEPENDS += "stdplus"
SRCREV = "f78a415e154bac274e1d07ce8128c69e9d1cd710"
SRCREV = "f9f72374917bab37dbe98144e168d5adc346eb65"
PACKAGECONFIG ??= "uboot-env default-link-local-autoconf default-ipv6-accept-ra persist-mac"
PACKAGECONFIG[uboot-env] = "-Duboot-env=true,-Duboot-env=false,,${UBOOT_ENV_RDEPENDS}"
PACKAGECONFIG[default-link-local-autoconf] = "-Ddefault-link-local-autoconf=true,-Ddefault-link-local-autoconf=false,,"
Expand All @@ -21,7 +21,7 @@ PACKAGECONFIG[persist-mac] = "-Dpersist-mac=true, -persist-mac=false,,"
PV = "1.0+git${SRCPV}"
PR = "r1"

SRC_URI = "git://github.com/openbmc/phosphor-networkd;branch=master;protocol=https"
SRC_URI = "git://github.com/ibm-openbmc/phosphor-networkd;branch=master;protocol=https;nobranch=1"

S = "${WORKDIR}/git"
SYSTEMD_PACKAGES = "${PN}"
Expand Down

0 comments on commit fbae621

Please sign in to comment.