@@ -25,29 +25,29 @@ Sources
2525- meta-atmel
2626URI: git://github.com/linux4sam/meta-atmel.git
2727URI: https://github.com/linux4sam/meta-atmel.git
28- Branch: warrior
28+ Branch: zeus
2929
3030
3131Dependencies
3232============
3333This Layer depends on :
3434- poky
3535URI: git://git.yoctoproject.org/poky
36- Branch: warrior
37- Tag: 1153a954e652304b6b5d287437817b7da891d491
36+ Branch: zeus
37+ Tag: 94f6b31befda5c496f65e863a6f8152b42d7ebf0
3838
3939- meta-openembedded
4040URI: git://git.openembedded.org/meta-openembedded
4141URI: http://cgit.openembedded.org/meta-openembedded/
42- Branch: warrior
43- Tag: 3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9
42+ Branch: zeus
43+ Tag: aad5b3d070cd8c58828b0975cf861d8ebc90f460
4444
4545Optionally:
4646- meta-qt5
4747URI: git://code.qt.io/yocto/meta-qt5.git
4848URI: http://code.qt.io/cgit/yocto/meta-qt5.git/
49- Branch: jansa/warrior (5.12 )
50- Tag: dc2dedef9961950b88f4245ba7499538ec4244ab
49+ Branch: upstream/zeus (5.13 )
50+ Tag: 432ad2aa6c3a13253fefc909faba368851d21fb1
5151
5252Build procedure
5353===============
@@ -57,19 +57,19 @@ mkdir my_dir
5757cd my_dir
5858
59591/ Clone yocto/poky git repository with the proper branch ready
60- git clone git://git.yoctoproject.org/poky -b warrior
60+ git clone git://git.yoctoproject.org/poky -b zeus
6161
62622/ Clone meta-openembedded git repository with the proper branch ready
63- git clone git://git.openembedded.org/meta-openembedded -b warrior
63+ git clone git://git.openembedded.org/meta-openembedded -b zeus
6464
65653/ Clone meta-qt5 git repository with the proper branch ready
6666git clone git://code.qt.io/yocto/meta-qt5.git
6767cd meta-qt5
68- git checkout upstream/warrior
68+ git checkout upstream/zeus
6969cd ..
7070
71714/ Clone meta-atmel layer with the proper branch ready
72- git clone git://github.com/linux4sam/meta-atmel.git -b warrior
72+ git clone git://github.com/linux4sam/meta-atmel.git -b zeus
7373
74745/ Enter the poky directory to configure the build system and start the build process
7575cd poky
@@ -141,24 +141,24 @@ bitbake microchip-headless-image
141141Typical bitbake output
142142======================
143143Build Configuration:
144- BB_VERSION = "1.42 .0"
144+ BB_VERSION = "1.44 .0"
145145BUILD_SYS = "x86_64-linux"
146146NATIVELSBSTRING = "universal"
147147TARGET_SYS = "arm-poky-linux-gnueabi"
148- MACHINE = "sama5d2-xplained -sd"
148+ MACHINE = "sam9x60ek -sd"
149149DISTRO = "poky-atmel"
150- DISTRO_VERSION = "2.7.1 "
151- TUNE_FEATURES = "arm vfp cortexa5 neon vfpv4 thumb callconvention-hard "
152- TARGET_FPU = "hard "
153- meta
154- meta-poky
155- meta-yocto-bsp = "warrior:1153a954e652304b6b5d287437817b7da891d491 "
156- meta-atmel = "warrior:f883dcdcb4e55ec0e073c497221e7fe7466b7acb "
157- meta-oe
158- meta-networking
159- meta-python
160- meta-multimedia = "warrior:3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9 "
161- meta-qt5 = "warrior:dc2dedef9961950b88f4245ba7499538ec4244ab "
150+ DISTRO_VERSION = "3.0 "
151+ TUNE_FEATURES = "arm armv5 thumb dsp "
152+ TARGET_FPU = "soft "
153+ meta
154+ meta-poky
155+ meta-yocto-bsp = "zeus:94f6b31befda5c496f65e863a6f8152b42d7ebf0 "
156+ meta-atmel = "zeus:a7fcc7117fe22d7a7398ec9e422e3feabe40d0fb "
157+ meta-oe
158+ meta-networking
159+ meta-python
160+ meta-multimedia = "zeus:aad5b3d070cd8c58828b0975cf861d8ebc90f460 "
161+ meta-qt5 = "upstream/zeus:432ad2aa6c3a13253fefc909faba368851d21fb1 "
162162
163163Contributing
164164============
0 commit comments