Implement basic yocto build setup based on protos from jhnc-oss

This commit is contained in:
2023-07-12 18:27:59 +02:00
parent 7b3cf1dbea
commit e65e90cba5
13 changed files with 392 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#########################
# Enforce package version
#########################
PREFERRED_VERSION_linux-yocto ?= "5.15%"
PREFERRED_VERSION_linux-yocto-rt ?= "5.15%"