Skip to content

Commit 9ece689

Browse files
committed
README: update zeus information
Signed-off-by: Codrin Ciubotariu <[email protected]>
1 parent ab6f395 commit 9ece689

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@ Sources
2525
- meta-atmel
2626
URI: git://github.com/linux4sam/meta-atmel.git
2727
URI: https://github.com/linux4sam/meta-atmel.git
28-
Branch: warrior
28+
Branch: zeus
2929

3030

3131
Dependencies
3232
============
3333
This Layer depends on :
3434
- poky
3535
URI: git://git.yoctoproject.org/poky
36-
Branch: warrior
37-
Tag: 1153a954e652304b6b5d287437817b7da891d491
36+
Branch: zeus
37+
Tag: 94f6b31befda5c496f65e863a6f8152b42d7ebf0
3838

3939
- meta-openembedded
4040
URI: git://git.openembedded.org/meta-openembedded
4141
URI: http://cgit.openembedded.org/meta-openembedded/
42-
Branch: warrior
43-
Tag: 3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9
42+
Branch: zeus
43+
Tag: aad5b3d070cd8c58828b0975cf861d8ebc90f460
4444

4545
Optionally:
4646
- meta-qt5
4747
URI: git://code.qt.io/yocto/meta-qt5.git
4848
URI: 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

5252
Build procedure
5353
===============
@@ -57,19 +57,19 @@ mkdir my_dir
5757
cd my_dir
5858

5959
1/ 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

6262
2/ 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

6565
3/ Clone meta-qt5 git repository with the proper branch ready
6666
git clone git://code.qt.io/yocto/meta-qt5.git
6767
cd meta-qt5
68-
git checkout upstream/warrior
68+
git checkout upstream/zeus
6969
cd ..
7070

7171
4/ 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

7474
5/ Enter the poky directory to configure the build system and start the build process
7575
cd poky
@@ -141,24 +141,24 @@ bitbake microchip-headless-image
141141
Typical bitbake output
142142
======================
143143
Build Configuration:
144-
BB_VERSION = "1.42.0"
144+
BB_VERSION = "1.44.0"
145145
BUILD_SYS = "x86_64-linux"
146146
NATIVELSBSTRING = "universal"
147147
TARGET_SYS = "arm-poky-linux-gnueabi"
148-
MACHINE = "sama5d2-xplained-sd"
148+
MACHINE = "sam9x60ek-sd"
149149
DISTRO = "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

163163
Contributing
164164
============

0 commit comments

Comments
 (0)