Skip to content

Commit 85e6c28

Browse files
committed
Initial scarthgap 5.0.3 release
1 parent 2dbc701 commit 85e6c28

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ simplify the build procedure for byteDEVKIT STM32MP1 by [bytes at work AG](https
77

88
Use repo to download all necessary repositories:
99

10-
repo init -u https://github.com/bytesatwork/bsp-platform-st.git -b kirkstone
10+
repo init -u https://github.com/bytesatwork/bsp-platform-st.git -b scarthgap
1111
repo sync
1212

1313
When these commands are completed successfully, the following command will setup a

build.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ export_artifacts() {
2121
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/arm-trusted-firmware/metadata.bin" .
2222
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/fip/fip-stm32mp157c-bytedevkit-v1-1-optee.bin" .
2323
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/fip/fip-stm32mp157c-bytedevkit-v1-3-optee.bin" .
24-
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/bytesatwork-minimal-image-bytedevkit-stm32mp1.manifest" .
25-
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/bytesatwork-minimal-image-bytedevkit-stm32mp1.wic.bmap" .
26-
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/bytesatwork-minimal-image-bytedevkit-stm32mp1.wic.gz" .
24+
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/bytesatwork-minimal-image-bytedevkit-stm32mp1.rootfs.manifest" .
25+
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/bytesatwork-minimal-image-bytedevkit-stm32mp1.rootfs.wic.bmap" .
26+
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/images/bytedevkit-stm32mp1/bytesatwork-minimal-image-bytedevkit-stm32mp1.rootfs.wic.gz" .
2727
}
2828

2929
export_artifacts_sdk() {
30-
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/sdk/poky-bytesatwork-glibc-x86_64-bytesatwork-minimal-image-cortexa7t2hf-neon-vfpv4-bytedevkit-stm32mp1-toolchain-4.0.18.host.manifest" .
31-
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/sdk/poky-bytesatwork-glibc-x86_64-bytesatwork-minimal-image-cortexa7t2hf-neon-vfpv4-bytedevkit-stm32mp1-toolchain-4.0.18.sh" .
32-
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/sdk/poky-bytesatwork-glibc-x86_64-bytesatwork-minimal-image-cortexa7t2hf-neon-vfpv4-bytedevkit-stm32mp1-toolchain-4.0.18.target.manifest" .
30+
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/sdk/poky-bytesatwork-glibc-x86_64-bytesatwork-minimal-image-cortexa7t2hf-neon-vfpv4-bytedevkit-stm32mp1-toolchain-5.0.3.host.manifest" .
31+
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/sdk/poky-bytesatwork-glibc-x86_64-bytesatwork-minimal-image-cortexa7t2hf-neon-vfpv4-bytedevkit-stm32mp1-toolchain-5.0.3.sh" .
32+
docker cp -L "$id:/home/yocto/yocto/build/tmp/deploy/sdk/poky-bytesatwork-glibc-x86_64-bytesatwork-minimal-image-cortexa7t2hf-neon-vfpv4-bytedevkit-stm32mp1-toolchain-5.0.3.target.manifest" .
3333
}

default.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<remote fetch="https://github.com/meta-qt5" name="qt5"/>
1111
<remote fetch="https://github.com/bytesatwork" name="bytesatwork"/>
1212

13-
<project remote="yocto" revision="2b21c6009aa6b955e1a0e7312c3c0ad66557681b" name="poky" path="sources/poky"/>
14-
<project remote="st" revision="311a492c21f0f3643f4b764f8b743c4c6908d31b" name="meta-st-stm32mp" path="sources/meta-st-stm32mp"/>
15-
<project remote="oe" revision="5a6f7925bd2b885955c942573f70a5594f231563" name="meta-openembedded" path="sources/meta-openembedded"/>
16-
<project remote="intel-iot" revision="65e2c5b2e5cb33760b2deb0fc249ab43ebdf08ef" name="meta-iot-cloud" path="sources/meta-iot-cloud"/>
17-
<project remote="qt5" revision="644ebf220245bdc06e7696ccc90acc97a0dd2566" name="meta-qt5" path="sources/meta-qt5"/>
18-
<project remote="bytesatwork" revision="13709916516470d2eea2c104ccaa633c21ff90d7" name="meta-bytesatwork" path="sources/meta-bytesatwork"/>
19-
<project remote="bytesatwork" revision="ae353629bbf12c7f4d858d5b9c2d58f570a7768e" name="meta-bytesatwork-st" path="sources/meta-bytesatwork-st"/>
13+
<project remote="yocto" revision="0b37512fb4b231cc106768e2a7328431009b3b70" name="poky" path="sources/poky"/>
14+
<project remote="st" revision="b820cf3a1a855d2bd95969251e6465e281502759" name="meta-st-stm32mp" path="sources/meta-st-stm32mp"/>
15+
<project remote="oe" revision="2338409efc51cf2022ff5610a9fb689251706e2b" name="meta-openembedded" path="sources/meta-openembedded"/>
16+
<project remote="intel-iot" revision="cc940a12d3f1938d504aa0ca64031c7590fe686a" name="meta-iot-cloud" path="sources/meta-iot-cloud"/>
17+
<project remote="qt5" revision="eb828418264a49b8d00035cb3d7b12fcea3be801" name="meta-qt5" path="sources/meta-qt5"/>
18+
<project remote="bytesatwork" revision="83f033c2cb43b6ed6c0a707a81a88e45db71f7b1" name="meta-bytesatwork" path="sources/meta-bytesatwork"/>
19+
<project remote="bytesatwork" revision="da0444d732733b9e56c16b58cf336ea449f8f7c4" name="meta-bytesatwork-st" path="sources/meta-bytesatwork-st"/>
2020
<project remote="bytesatwork" revision="8d5d22027041f4b5956ab466500a492dc0b0c3ba" name="bsp-base-st" path="sources/base">
2121
<copyfile dest="README.md" src="README.md"/>
2222
<copyfile dest="setup-environment" src="setup-environment"/>

0 commit comments

Comments
 (0)