blob: 4fba89e8878ac1ef15cddfb3bc4109dbd2254234 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
inherit image
#require recipes-images/angstrom/console-image.bb
LICENSE = "closed"
PV = '1.0'
PR = 'r0'
# FIXME put these in distro conf
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
IMAGE_INSTALL += " \
kernel-image \
kernel-modules \
systemd \
coreutils \
bash \
i2c-tools \
ethtool \
curl \
de10-nano-fpga-leds \
de10-nano-linux-firmware \
misc-tweaks \
"
export IMAGE_BASENAME = "de10-nano-image"
|