mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
Add systemready firmware, systemready ACS, systemready distros, and fvp-base kas configurations. Update the README file with instructions on how to build and run using them. Signed-off-by: Debbie Martin <Debbie.Martin@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
44 lines
752 B
YAML
44 lines
752 B
YAML
header:
|
|
version: 13
|
|
includes:
|
|
- kas/fvp-eula.yml
|
|
|
|
env:
|
|
DISPLAY:
|
|
WAYLAND_DISPLAY:
|
|
XAUTHORITY:
|
|
|
|
|
|
distro: poky
|
|
machine: fvp-base
|
|
|
|
defaults:
|
|
repos:
|
|
refspec: master
|
|
|
|
repos:
|
|
meta-arm:
|
|
layers:
|
|
meta-arm:
|
|
meta-arm-bsp:
|
|
meta-arm-toolchain:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
path: layers/poky
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "2"
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
|
|
EXTRA_IMAGE_FEATURES:append = " debug-tweaks ssh-server-openssh"
|
|
CORE_IMAGE_EXTRA_INSTALL:append = " ssh-pregen-hostkeys"
|
|
IMAGE_CLASSES:append = " testimage fvpboot"
|
|
|
|
target:
|
|
- core-image-minimal
|