Skip to content

Commit 2d34f73

Browse files
kernelgurumeditationNuno Felicio
andauthored
Change the build script to use known good versions of YOCTO layers (#8)
Co-authored-by: Nuno Felicio <[email protected]>
1 parent faa4c86 commit 2d34f73

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

build_firmware.sh

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
git 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+
37
ln -s ../meta-jsdelivr/ meta-jsdelivr
8+
9+
410
git 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+
514
git 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+
722
mkdir build
823
cp -r meta-jsdelivr/build_conf/ build/conf
924
source oe-init-build-env

0 commit comments

Comments
 (0)