From: Florian Boor Date: Thu, 30 Aug 2018 19:41:01 +0000 (+0200) Subject: audio-renderer-image: add small image with rygel for upnp audio rendering X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=commitdiff_plain;h=ec298c17398b1a90607c8f3f4060f3228aea164a;hp=7917f5076f5b44537c8002caef77429f3e6f409e audio-renderer-image: add small image with rygel for upnp audio rendering --- diff --git a/recipes-images/images/audio-renderer-image.bb b/recipes-images/images/audio-renderer-image.bb new file mode 100644 index 0000000..ad737d2 --- /dev/null +++ b/recipes-images/images/audio-renderer-image.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "A compact audio renderer/player image for low ressource boards" +LICENSE = "MIT" + +IMAGE_FEATURES += "splash package-management ssh-server-dropbear" + +inherit core-image + +IMAGE_INSTALL = "\ + packagegroup-base \ + packagegroup-base-extended \ + i2c-tools \ + lrzsz \ + \ + gstreamer1.0-plugins-base-meta \ + gstreamer1.0-plugins-good-meta \ + gstreamer1.0-plugins-ugly-mpg123 \ + ca-certificates \ + rygel \ + rygel-plugin-playbin \ + rygel-plugin-mpris \ + \ + custom-appstart \ +" + \ No newline at end of file