Skip to content

Commit

Permalink
correct freescale address
Browse files Browse the repository at this point in the history
  • Loading branch information
roumy authored and otavio committed Mar 16, 2020
1 parent b0d303d commit 1d40ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion recipes-bsp/firmware-imx/firmware-imx.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ PE = "1"
SRCBRANCH ?= "master"

SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV}.bin;fsl-eula=true \
git://git.freescale.com/imx/imx-firmware.git;branch=${SRCBRANCH};destsuffix=${S}/git "
git://github.com/NXP/imx-firmware.git;branch=${SRCBRANCH};destsuffix=${S}/git "



inherit fsl-eula-unpack allarch

Expand Down
2 changes: 1 addition & 1 deletion recipes-bsp/firmware-imx/firmware-imx_5.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ SRC_URI[md5sum] = "dae846ca2fc4504067f725f501491adf"
SRC_URI[sha256sum] = "c5bd4bff48cce9715a5d6d2c190ff3cd2262c7196f7facb9b0eda231c92cc223"

#BRCM firmware git
SRCREV = "951c1363abe95dd75ab3e9447f640d7807240236"
SRCREV = "f6d0859f9435796f03ae93b70b5f92f4406bc56d"

0 comments on commit 1d40ea3

Please sign in to comment.