blob: 084bc6ccdd32ade0be2cfcabe045d5efa9717f54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-boot = "\
base-files \
base-passwd \
busybox \
initscripts \
modutils-initscripts \
netbase \
sysvinit \
tinylogin \
udev \
update-alternatives"
|