Skip to content

Commit

Permalink
Merge pull request #10 from kraj/kraj/master
Browse files Browse the repository at this point in the history
bec.conf: Refresh policies to match with OE/master
  • Loading branch information
cbrake authored Mar 19, 2018
2 parents 0cb75c8 + 168951f commit bc2c720
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions conf/distro/bec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ DISTRO_NAME = "BEC Linux"
MAINTAINER = "BEC Systems <[email protected]>"
TARGET_VENDOR = "-bec"
SDK_VENDOR = "-becsdk"
# Distro version keep it up with Yocto release
DISTRO_VERSION = "2.5"
DISTRO_CODENAME = "master"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"

DISTRO_VERSION[vardepsexclude] = "DATE"
SDK_VERSION[vardepsexclude] = "DATE"

PREMIRRORS ??= "\
bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
Expand All @@ -28,6 +35,12 @@ MIRRORS_append = "\
http://.*/.* http://sources.bec-systems.com/ \n \
https://.*/.* http://sources.bec-systems.com/ \n"

# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
# fetch from the network (and warn you if not). To disable the test set
# the variable to be empty.
# Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master
CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"

PRSERV_HOST = "localhost:0"
TCLIBCAPPEND = ""

Expand Down

0 comments on commit bc2c720

Please sign in to comment.