Improved yocto directory structure
This commit is contained in:
13
image/conf/bblayers.conf
Normal file
13
image/conf/bblayers.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
||||
# changes incompatibly
|
||||
POKY_BBLAYERS_CONF_VERSION = "2"
|
||||
|
||||
BBPATH = "${TOPDIR}"
|
||||
BBFILES ?= ""
|
||||
|
||||
BBLAYERS ?= " \
|
||||
/workspace/yocto/poky/meta \
|
||||
/workspace/yocto/poky/meta-poky \
|
||||
/workspace/yocto/poky/meta-yocto-bsp \
|
||||
/workspace/meta-layers/meta-fcb-looper \
|
||||
"
|
||||
13
image/conf/local.conf
Normal file
13
image/conf/local.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
MACHINE = "genericx86-64"
|
||||
DISTRO = "poky"
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
|
||||
IMAGE_INSTALL:append = " openssh"
|
||||
EXTRA_IMAGE_FEATURES += "ssh-server-openssh"
|
||||
|
||||
# Memory optimization settings
|
||||
BB_NUMBER_THREADS = "2"
|
||||
PARALLEL_MAKE = "-j 2"
|
||||
|
||||
# Limit memory usage for builds
|
||||
BB_SCHEDULER = "completion"
|
||||
INHERIT += "rm_work"
|
||||
1
image/conf/templateconf.cfg
Normal file
1
image/conf/templateconf.cfg
Normal file
@@ -0,0 +1 @@
|
||||
meta-poky/conf/templates/default
|
||||
Reference in New Issue
Block a user