aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/xterminal-image.bb
blob: 726fbf742109738056f755d8d4bc75d480734cdc (plain)
1
2
3
4
5
6
7
8
9
10
export IMAGE_BASENAME = "xterminal-image"

IMAGE_LINGUAS = ""

XTERMINAL_PACKAGES = "${MACHINE_TASK_PROVIDER} task-xterminal"

IMAGE_INSTALL = "${XTERMINAL_PACKAGES}"
DEPENDS = "${XTERMINAL_PACKAGES}"

inherit image