mirror of
https://github.com/outbackdingo/meta-lx2k.git
synced 2026-01-27 18:19:38 +00:00
43 lines
617 B
YAML
43 lines
617 B
YAML
header:
|
|
version: 11
|
|
|
|
distro: poky
|
|
|
|
defaults:
|
|
repos:
|
|
refspec: kirkstone
|
|
|
|
repos:
|
|
meta-lx2k:
|
|
|
|
meta-openembedded:
|
|
url: https://git.openembedded.org/meta-openembedded
|
|
layers:
|
|
meta-oe:
|
|
meta-python:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
|
|
meta-arm:
|
|
url: https://git.yoctoproject.org/git/meta-arm
|
|
layers:
|
|
meta-arm-toolchain:
|
|
meta-arm:
|
|
|
|
env:
|
|
BB_LOGCONFIG: ""
|
|
|
|
local_conf_header:
|
|
base: |
|
|
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
|
|
INHERIT += "rm_work"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-minimal
|