aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demo/recipes-demo/images/core-image-x11-ts-demo.bb
blob: 06d38605ed0d18299c63289461e27263040a4508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "A X11 image to run tensorflow demo"
LICENSE = "MIT"

require recipes-graphics/images/core-image-x11.bb

IMAGE_FEATURES += "ssh-server-dropbear"

IMAGE_INSTALL += " \
    dhcp-client \
    face-detection \
"

inherit ts_v1