diff options
author | 2016-04-28 19:10:45 -0500 | |
---|---|---|
committer | 2016-04-29 07:15:34 -0700 | |
commit | 663dcdb0aaea49d98c21ee420c1d89189575752a (patch) | |
tree | d752d73577644ab61dea05d90d3013d0400dca24 /README.sources | |
parent | 0e86d961bce68083fd41b97c2f95e60d1059ec28 (diff) | |
download | meta-intel-663dcdb0aaea49d98c21ee420c1d89189575752a.tar.gz meta-intel-663dcdb0aaea49d98c21ee420c1d89189575752a.tar.bz2 meta-intel-663dcdb0aaea49d98c21ee420c1d89189575752a.zip |
README.sources: New file
When the machine-specific BSPs were removed, README.sources was also
removed, but it's still needed for intel-common and intel-quark
releases.
Because we no longer have separate BSP directories for those BSPs,
make it a top-level file in meta-intel.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'README.sources')
-rw-r--r-- | README.sources | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.sources b/README.sources new file mode 100644 index 00000000..ee72e543 --- /dev/null +++ b/README.sources @@ -0,0 +1,17 @@ +The sources for the packages comprising the images shipped with this +BSP can be found at the following location: + +http://downloads.yoctoproject.org/mirror/sources/ + +The metadata used to generate the images shipped with this BSP, in +addition to the code contained in this BSP, can be found at the +following location: + +http://downloads.yoctoproject.org/releases/yocto/yocto-2.1/poky-krogoth-15.0.tar.bz2 + +The metadata used to generate the images shipped with this BSP, in +addition to the code contained in this BSP, can also be found at the +following locations: + +git://git.yoctoproject.org/poky.git +git://git.yoctoproject.org/meta-intel |