basic config for minimal build

This commit is contained in:
2026-01-01 15:14:00 +01:00
parent e96352919c
commit 71853eb444
7 changed files with 22 additions and 4 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
.cache
.vscode
build/cache/
build/deploy-ti/
build/tmp/
build/tmp-k3r5/
build/bitbake-cookerdaemon.log

8
.gitmodules vendored
View File

@@ -2,3 +2,11 @@
path = poky
url = https://git.yoctoproject.org/poky
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

View File

@@ -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

View File

@@ -9,4 +9,9 @@ BBLAYERS ?= " \
/home/yocto/ws/poky/meta \
/home/yocto/ws/poky/meta-poky \
/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 \
"

View File

@@ -36,7 +36,7 @@
#MACHINE ?= "genericx86-64"
#
# 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
# 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.
# We default to enabling the debugging tweaks.
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
IMAGE_INSTALL:append = " vim apt"
#
# Additional image features

1
layers/meta-arm Submodule

Submodule layers/meta-arm added at a81c19915b

1
layers/meta-ti Submodule

Submodule layers/meta-ti added at ea8c0b1cf1