meta-digi/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.01.inc

12 lines
406 B
HTML

# Copyright (C) 2013 Digi International
SRCBRANCH = "v2013.01/dub-2.0/maint"
SRCREV = "f5e96d720736218f8b81e4cf3ec1a2cb55f86401"
# Select internal or Github U-Boot repo
UBOOT_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
SRC_URI = "${UBOOT_GIT_URI};nobranch=1"
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"