This layer has been made obsolete by the changes accpeted directly into the meta-guacamayo layer. You can find more detaila about meta-guacamayo at http://guacamayo-project.org The functionality that was provided here can be accomplished by including the meta-guacamayo layer in your bblayers file and creating your own Distribution layer, which contains some DISTRO_FEATURES changes to reduce some dependencies on x11: example.conf: DISTRO = "home-media-server" DISTRO_NAME = "Home Media Server" DISTRO_VERSION = "0.9.0" MAINTAINER = "Saul Wold " DEFAULT_TIMEZONE ?= "US/Pacfic" LICENSE_FLAGS_WHITELIST = "commercial non-commercial" DISTRO_FEATURES = "ext2 largefile usbhost xattr nfs zeroconf pci ${DISTRO_FEATURES_LIBC} gtk-directfb" With this setup, you can then build the "guacamayo-image-mediaserver" image with bitbake. This image will contain the DLNA See the documentation on how to setup your layer and use the above configuration info. This is intended to work work with Yocto Project 1.3 (Poky 8.0) Danny release. Thanks to the meta-guacamayo authors: Ross 'burtonator' Burton Tomas 'tf' Frydrych