summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README12
-rw-r--r--conf/machine/include/meta-intel.inc5
2 files changed, 4 insertions, 13 deletions
diff --git a/README b/README
index 6482fe2a..2835b365 100644
--- a/README
+++ b/README
@@ -155,14 +155,10 @@ repository at the same location.
155b. Booting the intel-common BSP images 155b. Booting the intel-common BSP images
156-------------------------------------- 156--------------------------------------
157 157
158If you downloaded the BSP tarball, you will find bootable images in 158If you've built your own image, either from the downloaded BSP layer
159the /binary directory. If you've built your own image, either from 159or from the meta-intel git repository, you'll find the bootable
160the downloaded BSP layer or from the meta-intel git repository, you'll 160image in the build/tmp/deploy/images/xxx directory, where again
161find the bootable image in the build/tmp/deploy/images/xxx directory, 161'xxx' refers to the machine name used in the build.
162where again 'xxx' refers to the machine name used in the build.
163
164The BSP /binary directory or build contains bootable live images,
165which can be used to directly boot Yocto off of a USB flash drive.
166 162
167Under Linux, insert a USB flash drive. Assuming the USB flash drive 163Under Linux, insert a USB flash drive. Assuming the USB flash drive
168takes device /dev/sdf, use dd to copy the image to it. Before the image 164takes device /dev/sdf, use dd to copy the image to it. Before the image
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index c5f9ceee..cec348a7 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -4,11 +4,6 @@
4# to use them. 4# to use them.
5# 5#
6 6
7#
8# XSERVER subcomponents, used to build the XSERVER variable
9#
10
11# Soft set linux-yocto as preferred kernel like x86-base.inc
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" 7PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel"
13PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel" 8PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel"
14PREFERRED_VERSION_linux-intel_linuxstdbase ?= "4.9%" 9PREFERRED_VERSION_linux-intel_linuxstdbase ?= "4.9%"