Skip to content

Commit

Permalink
Merge pull request #2097 from sapiippo/master
Browse files Browse the repository at this point in the history
firmware-upower: SRC_URI uses PN not BPN
  • Loading branch information
otavio authored Jan 30, 2025
2 parents fcd82cf + 9804192 commit 4d4f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/firmware-upower/firmware-upower_1.3.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LICENSE = "Proprietary"
SECTION = "BSP"
LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"

SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"

S = "${WORKDIR}/${PN}-${PV}"

Expand Down

0 comments on commit 4d4f710

Please sign in to comment.