diff options
Diffstat (limited to 'meta/dvb-image.oe')
-rw-r--r-- | meta/dvb-image.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/dvb-image.oe b/meta/dvb-image.oe index e69de29bb2..e21e673539 100644 --- a/meta/dvb-image.oe +++ b/meta/dvb-image.oe @@ -0,0 +1,8 @@ +export IMAGE_BASENAME = "dvb-image" + +DVB_PACKAGES = "task-bootstrap task-dvb" + +export IPKG_INSTALL = "${DVB_PACKAGES}" +DEPENDS = "${DVB_PACKAGES}" + +inherit image_ipk |