diff options
Diffstat (limited to 'recipes/images/dvb-image.bb')
-rw-r--r-- | recipes/images/dvb-image.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/images/dvb-image.bb b/recipes/images/dvb-image.bb new file mode 100644 index 0000000000..687c3093fa --- /dev/null +++ b/recipes/images/dvb-image.bb @@ -0,0 +1,7 @@ +DEPENDS = "${DVB_PACKAGES}" +DVB_PACKAGES = "${MACHINE_TASK_PROVIDER} task-dvb" + +IMAGE_INSTALL = "${DVB_PACKAGES}" +IMAGE_LINGUAS = "" + +inherit image |