diff options
Diffstat (limited to 'recipes/images/uml-image.bb')
-rw-r--r-- | recipes/images/uml-image.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/images/uml-image.bb b/recipes/images/uml-image.bb new file mode 100644 index 0000000000..9255c8c08a --- /dev/null +++ b/recipes/images/uml-image.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "A rootfs for User-Mode-Linux" + +OPIE_LIBS = "qte qpf-bitstream-vera libqpe-opie libopie2" +OPIE_BASE = "opie-qcop opie-quicklauncher opie-taskbar" + +DEPENDS = "${MACHINE_TASK_PROVIDER}" +IMAGE_INSTALL = "${DEPENDS}" + +inherit image + |