diff options
Diffstat (limited to 'meta-crownbay/README')
-rw-r--r-- | meta-crownbay/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README index 25214326..f7aeffac 100644 --- a/meta-crownbay/README +++ b/meta-crownbay/README | |||
@@ -92,6 +92,21 @@ At the end of a successful build, you should have a live image that | |||
92 | you can boot from a USB flash drive (see instructions on how to do | 92 | you can boot from a USB flash drive (see instructions on how to do |
93 | that below, in the section 'Booting the images from /binary'). | 93 | that below, in the section 'Booting the images from /binary'). |
94 | 94 | ||
95 | NOTE: The 'crownbay' machine will include support for hardware video | ||
96 | acceleration via gstreamer if and only if the "commercial" string is | ||
97 | added to the the LICENSE_FLAGS_WHITELIST variable in your local.conf. | ||
98 | |||
99 | For example: | ||
100 | |||
101 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14 commercial" | ||
102 | |||
103 | The reason this is needed is to prevent the image from including | ||
104 | anything that might violate the license terms of the packages used to | ||
105 | implement the the video acceleration feature, such as gst-ffmpeg and | ||
106 | ffmpeg. As always, please consult the licenses included in the | ||
107 | specific packages for details if you use packages that require | ||
108 | particular LICENSE_FLAGS. | ||
109 | |||
95 | As an alternative to downloading the BSP tarball, you can also work | 110 | As an alternative to downloading the BSP tarball, you can also work |
96 | directly from the meta-intel git repository. For each BSP in the | 111 | directly from the meta-intel git repository. For each BSP in the |
97 | 'meta-intel' repository, there are multiple branches, one | 112 | 'meta-intel' repository, there are multiple branches, one |