-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from kraj/kraj/master
bec.conf: Refresh policies to match with OE/master
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
@@ -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 = "" | ||
|
||
|