aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 924c543b55610cd2f021b9371cbfc0d26269db5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 <sgw@linux.intel.com>"

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 <ross.burton@intel.com>
Tomas 'tf' Frydrych      <tomas@sleepfive.com>