generated from timoschneider/yocto-template
basic config for minimal build
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,7 @@
|
|||||||
.cache
|
.cache
|
||||||
.vscode
|
.vscode
|
||||||
build/cache/
|
build/cache/
|
||||||
|
build/deploy-ti/
|
||||||
build/tmp/
|
build/tmp/
|
||||||
|
build/tmp-k3r5/
|
||||||
build/bitbake-cookerdaemon.log
|
build/bitbake-cookerdaemon.log
|
||||||
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -2,3 +2,11 @@
|
|||||||
path = poky
|
path = poky
|
||||||
url = https://git.yoctoproject.org/poky
|
url = https://git.yoctoproject.org/poky
|
||||||
branch = scarthgap
|
branch = scarthgap
|
||||||
|
[submodule "layers/meta-arm"]
|
||||||
|
path = layers/meta-arm
|
||||||
|
url = git://git.yoctoproject.org/meta-arm
|
||||||
|
branch = scarthgap
|
||||||
|
[submodule "layers/meta-ti"]
|
||||||
|
path = layers/meta-ti
|
||||||
|
url = git://git.yoctoproject.org/meta-ti
|
||||||
|
branch = scarthgap
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Yocto template
|
# Yocto Beagleplay Playground
|
||||||
|
|
||||||
Template for a yocto workspace to use with docker.
|
Playground to get started with yocto and the Beagleplay
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|||||||
@@ -9,4 +9,9 @@ BBLAYERS ?= " \
|
|||||||
/home/yocto/ws/poky/meta \
|
/home/yocto/ws/poky/meta \
|
||||||
/home/yocto/ws/poky/meta-poky \
|
/home/yocto/ws/poky/meta-poky \
|
||||||
/home/yocto/ws/poky/meta-yocto-bsp \
|
/home/yocto/ws/poky/meta-yocto-bsp \
|
||||||
"
|
/home/yocto/ws/layers/meta-arm/meta-arm \
|
||||||
|
/home/yocto/ws/layers/meta-arm/meta-arm-toolchain \
|
||||||
|
/home/yocto/ws/layers/meta-ti/meta-beagle \
|
||||||
|
/home/yocto/ws/layers/meta-ti/meta-ti-bsp \
|
||||||
|
/home/yocto/ws/layers/meta-ti/meta-ti-extras \
|
||||||
|
"
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
#MACHINE ?= "genericx86-64"
|
#MACHINE ?= "genericx86-64"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
MACHINE ??= "qemux86-64"
|
MACHINE ??= "beagleplay"
|
||||||
|
|
||||||
# These are some of the more commonly used values. Looking at the files in the
|
# These are some of the more commonly used values. Looking at the files in the
|
||||||
# meta/conf/machine directory, or the conf/machine directory of any additional layers
|
# meta/conf/machine directory, or the conf/machine directory of any additional layers
|
||||||
@@ -147,6 +147,7 @@ DISTRO ?= "poky"
|
|||||||
# meta/classes-recipe/core-image.bbclass for more details.
|
# meta/classes-recipe/core-image.bbclass for more details.
|
||||||
# We default to enabling the debugging tweaks.
|
# We default to enabling the debugging tweaks.
|
||||||
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
||||||
|
IMAGE_INSTALL:append = " vim apt"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Additional image features
|
# Additional image features
|
||||||
|
|||||||
1
layers/meta-arm
Submodule
1
layers/meta-arm
Submodule
Submodule layers/meta-arm added at a81c19915b
1
layers/meta-ti
Submodule
1
layers/meta-ti
Submodule
Submodule layers/meta-ti added at ea8c0b1cf1
Reference in New Issue
Block a user