blob: c4fff429175b7d97da0cc608ce251d61c4f05e8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh"
EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks"
IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \
task-core-basic \
task-core-lsb \
git \
dtc \
flex \
bison \
ccache \
u-boot \
"
inherit core-image
IMAGE_FSTYPES ?= "nfsroot"
|