summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-09-20 19:37:35 -0700
committerKhem Raj <raj.khem@gmail.com>2014-09-20 19:37:35 -0700
commit5245a79b7e74be43b15f89b2952dec2971e51b6f (patch)
tree6fdd7cbf0ab498670a80be94a905e68c2ad8f323 /recipes-bsp
parentaabfabf8760bc15dd74e13fdfed02afa1aa21cab (diff)
downloadmeta-altera-5245a79b7e74be43b15f89b2952dec2971e51b6f.tar.gz
linux-altera: Remove incorrect COMPATIBLE_MACHINE
beautify ?= Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga.inc b/recipes-bsp/u-boot/u-boot-socfpga.inc
index 5655c12..b673ca4 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga.inc
@@ -10,10 +10,10 @@ PACKAGES=""
10 10
11# the following variables can be passed from the env 11# the following variables can be passed from the env
12# using BB_ENV_WHITELIST to override the defaults 12# using BB_ENV_WHITELIST to override the defaults
13UBOOT_REPO?="git://git.rocketboards.org/u-boot-socfpga.git" 13UBOOT_REPO ?= "git://git.rocketboards.org/u-boot-socfpga.git"
14UBOOT_BRANCH?="socfpga_v${PV}" 14UBOOT_BRANCH ?= "socfpga_v${PV}"
15UBOOT_PROT?="http" 15UBOOT_PROT ?= "http"
16UBOOT_TAG?="${AUTOREV}" 16UBOOT_TAG ?= "${AUTOREV}"
17 17
18SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" 18SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}"
19LIC_FILES_CHKSUM = "file://${S}/COPYING;startline=26;md5=1707d6db1d42237583f50183a5651ecb" 19LIC_FILES_CHKSUM = "file://${S}/COPYING;startline=26;md5=1707d6db1d42237583f50183a5651ecb"