diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-26 18:22:47 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-27 10:34:20 +0800 |
| commit | 12acdbe9d83dab15b364d9fab7b56b95a0a47925 (patch) | |
| tree | 610bdb1c74d637b0ffa17863a1d25d4eb3a9e35b | |
| parent | e4e44b4c7707847d87d22d854311b736be961a69 (diff) | |
| download | meta-intel-12acdbe9d83dab15b364d9fab7b56b95a0a47925.tar.gz | |
README: minor edit
We don't supply binaries anymore. Also, remove some obsolete comments.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | README | 12 | ||||
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 5 |
2 files changed, 4 insertions, 13 deletions
| @@ -155,14 +155,10 @@ repository at the same location. | |||
| 155 | b. Booting the intel-common BSP images | 155 | b. Booting the intel-common BSP images |
| 156 | -------------------------------------- | 156 | -------------------------------------- |
| 157 | 157 | ||
| 158 | If you downloaded the BSP tarball, you will find bootable images in | 158 | If you've built your own image, either from the downloaded BSP layer |
| 159 | the /binary directory. If you've built your own image, either from | 159 | or from the meta-intel git repository, you'll find the bootable |
| 160 | the downloaded BSP layer or from the meta-intel git repository, you'll | 160 | image in the build/tmp/deploy/images/xxx directory, where again |
| 161 | find the bootable image in the build/tmp/deploy/images/xxx directory, | 161 | 'xxx' refers to the machine name used in the build. |
| 162 | where again 'xxx' refers to the machine name used in the build. | ||
| 163 | |||
| 164 | The BSP /binary directory or build contains bootable live images, | ||
| 165 | which can be used to directly boot Yocto off of a USB flash drive. | ||
| 166 | 162 | ||
| 167 | Under Linux, insert a USB flash drive. Assuming the USB flash drive | 163 | Under Linux, insert a USB flash drive. Assuming the USB flash drive |
| 168 | takes device /dev/sdf, use dd to copy the image to it. Before the image | 164 | takes 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 | ||
| 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" | 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" |
| 13 | PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel" | 8 | PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel" |
| 14 | PREFERRED_VERSION_linux-intel_linuxstdbase ?= "4.9%" | 9 | PREFERRED_VERSION_linux-intel_linuxstdbase ?= "4.9%" |
