summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/common
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2013-03-11 00:37:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-17 23:10:28 +0000
commit6911fd0889261fb173775727db61dffaac355ed7 (patch)
tree85b899adba9b1efe3554811b6ba2a0ddd36839f7 /scripts/lib/bsp/substrate/target/arch/common
parent04d15f567d0493654df519f404f564e2591e9453 (diff)
downloadpoky-6911fd0889261fb173775727db61dffaac355ed7.tar.gz
yocto-bsp: upgrade i386 template with emgd 1.16
Along with related changes. (From meta-yocto rev: 6e93c881e2323b57f5b102db3b2b54220a06a1b6) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/common')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/common/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/common/README b/scripts/lib/bsp/substrate/target/arch/common/README
index 228c0e2e9d..93af973740 100644
--- a/scripts/lib/bsp/substrate/target/arch/common/README
+++ b/scripts/lib/bsp/substrate/target/arch/common/README
@@ -68,10 +68,10 @@ You should then be able to build a {{=machine}} image as such:
68NOTE: if the '{{=machine}}' machine includes the emgd-driver-bin 68NOTE: if the '{{=machine}}' machine includes the emgd-driver-bin
69package (i.e. if the emgd version of the xserver is being used), it 69package (i.e. if the emgd version of the xserver is being used), it
70has a proprietary license that must be whitelisted by adding the 70has a proprietary license that must be whitelisted by adding the
71string "license_emgd-driver-bin_1.14" to the LICENSE_FLAGS_WHITELIST 71string "license_emgd-driver-bin_1.16" to the LICENSE_FLAGS_WHITELIST
72variable in your local.conf. For example: 72variable in your local.conf. For example:
73 73
74 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14" 74 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.16"
75 75
76At the end of a successful build, you should have a live image that 76At the end of a successful build, you should have a live image that
77you can boot from a USB flash drive (see instructions on how to do 77you can boot from a USB flash drive (see instructions on how to do