blob: 9809ba3e3c6b69450e136e7dec03260beb34e993 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# iMote2 mage based on Angstrom minimalist image
DISTRO_SSH_DAEMON ?= "dropbear"
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
IMAGE_INSTALL = "task-boot \
util-linux-ng-mount util-linux-ng-umount \
${DISTRO_SSH_DAEMON} \
lowpan-tools \
angstrom-version \
"
export IMAGE_BASENAME = "imote2-image"
IMAGE_LINGUAS = ""
inherit image
|