Implement basic yocto build setup based on protos from jhnc-oss
This commit is contained in:
18
meta-caros/conf/distro/caros.conf
Normal file
18
meta-caros/conf/distro/caros.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
include conf/distro/include/preferred-versions.conf
|
||||
|
||||
include conf/distro/poky.conf
|
||||
|
||||
DISTRO = "caros"
|
||||
DISTRO_NAME = "CaROS (Car Realtime Operating System)"
|
||||
|
||||
DISTRO_VERSION = "0.0.1"
|
||||
DISTRO_CODENAME = "ganymed"
|
||||
SDK_VENDOR = "-carossdk"
|
||||
SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}"
|
||||
SDK_VERSION[vardepvalue] = "${SDK_VERSION}"
|
||||
|
||||
MAINTAINER = "Lars Niesen <lars.niesen@gmx.de>"
|
||||
|
||||
TARGET_VENDOR = "-caros"
|
||||
|
||||
DISTRO_FEATURES ?= ""
|
||||
5
meta-caros/conf/distro/include/preferred-versions.conf
Normal file
5
meta-caros/conf/distro/include/preferred-versions.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
#########################
|
||||
# Enforce package version
|
||||
#########################
|
||||
PREFERRED_VERSION_linux-yocto ?= "5.15%"
|
||||
PREFERRED_VERSION_linux-yocto-rt ?= "5.15%"
|
||||
Reference in New Issue
Block a user