Skip to content

Commit

Permalink
Merge pull request #647 from balena-os/fix_uboot_src
Browse files Browse the repository at this point in the history
Fix uboot src
  • Loading branch information
floion committed Aug 8, 2024
2 parents 4c6d93b + 8f52b8a commit 559c1a8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 106 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
path = balena-yocto-scripts
url = https://github.com/balena-os/balena-yocto-scripts.git
branch = master
[submodule "layers/meta-rust"]
path = layers/meta-rust
url = https://github.com/meta-rust/meta-rust.git
[submodule "layers/meta-balena"]
path = layers/meta-balena
url = https://github.com/balena-os/meta-balena.git
Expand Down
2 changes: 1 addition & 1 deletion cl-som-imx8.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports =
machine: 'cl-som-imx8'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-sumo'
version: 'yocto-warrior'
deployArtifact: 'balena-image-flasher-cl-som-imx8.balenaos-img'
compressed: true

Expand Down
57 changes: 0 additions & 57 deletions cl-som-imx8.svg

This file was deleted.

2 changes: 1 addition & 1 deletion etcher-pro.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports =
machine: 'etcher-pro'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-sumo'
version: 'yocto-warrior'
deployArtifact: 'balena-image-flasher-etcher-pro.balenaos-img'
compressed: true

Expand Down
42 changes: 0 additions & 42 deletions etcher-pro.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEPENDS_append = " python dtc-native"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"

UBOOT_SRC ?= "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https"
UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https"
SRCBRANCH = "imx_v2018.03_4.14.98_2.0.0_ga"
SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
SRCREV = "87a19df5e462f1f63e8a6d2973c7fb9e95284d04"
Expand Down
1 change: 0 additions & 1 deletion layers/meta-rust
Submodule meta-rust deleted from a5136b

0 comments on commit 559c1a8

Please sign in to comment.