blob: 43afa3059d51365462e8b64c53fa9b364191e87d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "A rootfs for User-Mode-Linux"
export IMAGE_BASENAME = "uml-image"
OPIE_LIBS = "qte qpf-bitstream-vera libqpe-opie libopie2"
OPIE_BASE = "opie-qcop opie-quicklauncher opie-taskbar"
DEPENDS = "${MACHINE_TASK_PROVIDER}"
export PACKAGE_INSTALL = "${DEPENDS}"
inherit image
LICENSE = "MIT"
|