From cc5c189850c019373610b2bfb454c160ebc829e2 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 29 Jun 2022 14:52:53 +0200 Subject: libusbgx: avoid hard-coded device/host MAC addresses Hard-coded device/host MAC addresses could conflict with board MAC addresses. Also uprev to the latest master commit. Related-to: ELB-4538 Signed-off-by: Ming Liu --- recipes-support/libusbgx/files/g1.schema.in | 2 -- recipes-support/libusbgx/libusbgx_git.bb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes-support') diff --git a/recipes-support/libusbgx/files/g1.schema.in b/recipes-support/libusbgx/files/g1.schema.in index 7bfaf70..03b7b80 100644 --- a/recipes-support/libusbgx/files/g1.schema.in +++ b/recipes-support/libusbgx/files/g1.schema.in @@ -30,8 +30,6 @@ functions : type = "rndis"; attrs : { - dev_addr = "00:14:2d:ff:ff:ff"; - host_addr = "00:14:2d:ff:ff:fe"; qmult = 5; }; os_descs = ( diff --git a/recipes-support/libusbgx/libusbgx_git.bb b/recipes-support/libusbgx/libusbgx_git.bb index 9a1369d..5d58563 100644 --- a/recipes-support/libusbgx/libusbgx_git.bb +++ b/recipes-support/libusbgx/libusbgx_git.bb @@ -11,7 +11,7 @@ DEPENDS = "libconfig" EXTRA_OECONF = "--includedir=${includedir}/usbgx" PV = "0.2.0+git${SRCPV}" -SRCREV = "fa4e7e92260e33f78b72e7796b3df28c4c84b8e2" +SRCREV = "060784424609d5a4e3bce8355f788c93f09802a5" SRCBRANCH = "master" SRC_URI = " \ git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH};protocol=https \ -- cgit v1.2.3