Skip to content

Commit

Permalink
Merge pull request ostroproject#7 from mythi/localfetcher
Browse files Browse the repository at this point in the history
meta-edison-bsp: u-boot-edison: adapt to file:// fetcher changes
  • Loading branch information
jlaako committed Mar 10, 2016
2 parents 20979f5 + 742eb42 commit 0b0557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-edison-bsp/recipes-bsp/u-boot/u-boot-internal.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"

SRC_URI = "git://github.com/01org/edison-u-boot.git;branch=edison-v2014.04;protocol=git"
SRC_URI += "${@'file://${MACHINE}.env' if '${MACHINE}' in ('edison',) else ''}"
SRC_URI += "file://target_env/*.env"
SRC_URI += "file://target_env/"
SRC_URI += "file://0001-Backport-compiler-gcc.h-from-4.2-kernel.patch"
SRC_URI += "file://0002-Fix-weak-external-function-references-for-gcc5.patch"
SRC_URI += "file://0001-Fix-missing-stdint.h-include.patch"
Expand Down

0 comments on commit 0b0557b

Please sign in to comment.