File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 11git clone git://git.yoctoproject.org/poky -b honister
2- cd poky
2+ cd poky;
3+
4+ # checkout the tested version of the layer Poky
5+ git checkout fd00d74f47ceb57a619c4d0a0553ff0a30bbb7a4
6+
37ln -s ../meta-jsdelivr/ meta-jsdelivr
8+
9+
410git clone https://github.com/openembedded/meta-openembedded.git -b honister
11+ # checkout the tested version of the layer OpenEmbedded
12+ cd meta-openembedded ; git checkout 0e6c34f82ca4d43cbca3754c5fe37c5b3bdd0f37 ; cd ..
13+
514git clone https://github.com/linux-sunxi/meta-sunxi.git -b honister
6- git clone git://git.yoctoproject.org/meta-virtualization -b honister
15+ # checkout the tested version of the layer Sunxi
16+ cd meta-sunxi; git checkout 8e763ac1c067faedb9f3c7069bd22dc91c833874 ; cd ..
17+
18+ git clone git://git.yoctoproject.org/meta-virtualization.git -b honister
19+ # checkout the tested version of the layer Virtualization
20+ cd meta-virtualization ; git checkout e69e3df88aa56bd05a8c2d5df759fed24072c55a ; cd ..
21+
722mkdir build
823cp -r meta-jsdelivr/build_conf/ build/conf
924source oe-init-build-env
You can’t perform that action at this time.
0 commit comments