aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/gtk-demo-image.bb
blob: ac8c89cd3372997713865eb37cc0d37bbf9517e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export IMAGE_BASENAME = "gtk-demo-image"

DEPENDS = "task-boot"
IMAGE_INSTALL = "\
    task-boot \
    dropbear \
    xauth \
    gtk+ \
    gtk+-demo \
    "

inherit image