diff options
Diffstat (limited to 'packages/images/dvb-image.bb')
-rw-r--r-- | packages/images/dvb-image.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/images/dvb-image.bb b/packages/images/dvb-image.bb new file mode 100644 index 0000000000..fa964b4490 --- /dev/null +++ b/packages/images/dvb-image.bb @@ -0,0 +1,11 @@ +export IMAGE_BASENAME = "dvb-image" + +IMAGE_LINGUAS = "" + +DVB_PACKAGES = "task-bootstrap task-dvb" + +export IPKG_INSTALL = "${DVB_PACKAGES}" +DEPENDS = "${DVB_PACKAGES}" + +inherit image_ipk +LICENSE = MIT |