Builder aarch64_generic Build #549
Results:
Build successful
SourceStamp:
Repository | https://git.openwrt.org/openwrt/openwrt.git |
Branch | master |
Revision | 7e4f055990cf1d84dc1ea512fc421b2f68b346e7 |
Changes | 6 changes |
BuildSlave:
fsf-dock-06Reason:
The SingleBranchScheduler scheduler named 'all' triggered this build
Steps and Logfiles:
-
sharedwd Setting up shared work directory ( 0 secs )
-
nproc property 'nproc' set ( 0 secs )
-
download downloading to cleanup.sh ( 0 secs )
- - no logs -
-
cleanold Cleaning previous builds ( 1 mins, 26 secs )
-
cleanup Cleaning work area ( 0 secs )
-
mksdkdir Preparing SDK directory ( 0 secs )
-
downloadsdk Downloading SDK archive ( 1 mins, 16 secs )
-
unpacksdk Unpacking SDK archive ( 29 secs )
-
updatesdk Updating SDK ( 13 secs )
-
cleancmdlinks Sanitizing host command symlinks ( 0 secs )
-
writeversionmk downloading to getversion.mk ( 0 secs )
- - no logs -
-
getversion property 'release_version' set ( 0 secs )
-
dlkeybuildpub downloading to key-build.pub ( 0 secs )
- - no logs -
-
dlkeybuild downloading to key-build ( 0 secs )
- - no logs -
-
dlkeybuilducert downloading to key-build.ucert ( 0 secs )
- - no logs -
-
mkdldir Preparing download directory ( 0 secs )
-
mkconf Preparing SDK configuration ( 7 secs )
-
download_1 downloading to ccache.sh ( 0 secs )
- - no logs -
-
prepccache Preparing ccache ( 0 secs )
-
patchfeedsconfgitfull Patching feeds.conf to use src-git-full ( 0 secs )
-
updatefeeds Updating feeds ( 14 mins, 7 secs )
-
installfeeds Installing feeds ( 11 secs )
-
logclear Clearing failure logs ( 0 secs )
-
compile Building packages ( 7 hrs, 1 mins, 26 secs )
-
mkfeedsconf Generating pinned feeds.conf ( 0 secs )
-
signprepare Ran ( 0 secs )
-
signpack Packing files to sign ( 0 secs )
-
upload uploading sign.tar.gz ( 9 secs )
- - no logs -
-
signfiles Ran ( 2 secs )
-
download_2 downloading to sign.tar.gz ( 10 secs )
- - no logs -
-
signunpack Unpacking signed files ( 0 secs )
-
uploadprepare Preparing package directory ( 2 secs )
-
packageupload Uploading package files ( 27 mins, 41 secs )
-
logprepare Preparing log directory ( 2 secs )
-
logfind Finding failure logs ( 0 secs )
-
logcollect Collecting failure logs ( 0 secs )
-
logupload Uploading failure logs ( 2 secs )
-
sourcelist Finding source archives to upload ( 0 secs )
-
sourceupload Uploading source archives ( 3 secs )
-
df Reporting disk usage ( 0 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /builder/aarch64_generic | slave |
buildername | aarch64_generic | Builder |
buildnumber | 549 | Build |
codebase | Build | |
nproc | 8 | SetPropertyFromCommand Step |
project | Build | |
release_version | SNAPSHOT | SetPropertyFromCommand Step |
repository | https://git.openwrt.org/openwrt/openwrt.git | Build |
revision | 7e4f055990cf1d84dc1ea512fc421b2f68b346e7 | Build |
scheduler | all | Scheduler |
shared_wd | True | BuildSlave |
slavename | fsf-dock-06 | BuildSlave |
workdir | /builder/aarch64_generic | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Nick Hainkevincent@systemli.org
- Rafał Miłeckirafal@milecki.pl
Timing:
Start | Wed Jan 13 22:01:06 2021 |
End | Thu Jan 14 05:48:52 2021 |
Elapsed | 7 hrs, 47 mins, 45 secs |
All Changes:
:
Change #16144
Category None Changed by Nick Hainke <vincent @systemli.org>Changed at Mon 11 Jan 2021 21:09:05 Repository https://git.openwrt.org/openwrt/openwrt.git Branch master Revision a1a7f3274e0ed27511d45f62ee20281d8d57c7af Comments
kernel: enable SRv6 support by enabling lwtunnel Enable the ability to use segment routing based on IPv6. It allows the packet to specify a path that the packet should take through the network. Lwtunnel allow an easy encapsulation of a package. You can just install ip-full package and use it: ip -6 route add 2003::/64 dev eth0 encap seg6 mode encap \ segs 2001::1,2002::2 An IPv6 package looks like this: [IPv6 HDR][IPv6 RH][IPv6 HDR][Data...] Netifd support: https://git.openwrt.org/?p=project/netifd.git; a=commit;h=458b1a7e9473c150a40cae5d8be174f4bb03bd39 Increases imagesize by 24.125 KiB. Therefore, only enable for devices with enough flash. Signed-off-by: Nick Hainke <vincent@systemli.org>
Changed files
- config/Config-kernel.in
- target/linux/generic/config-5.4
Change #16161
Category None Changed by Rafał Miłecki <rafal @milecki.pl>Changed at Tue 12 Jan 2021 20:10:51 Repository https://git.openwrt.org/openwrt/openwrt.git Branch master Revision c578fdfc293aaf67b504a17956f5b0e4413426f3 Comments
bcm4908: initial work on the Broadcom BCM4908 target BCM4906, BCM4908 and BCM49408 are SoCs with 64 bit ARMv8 B53 CPUs. Upstream Linux is slowly getting support for that SoCs family so it makes sense to add target for it. This prepares initial support for: 1. Asus GT-AC5300 BCM4908 based device (4 CPUs) with 1024 MiB RAM, NAND, 8 LAN ports. 2. Netgear R8000P BCM4906 based device (2 CPUs) with 512 MiB RAM, NAND, 4 LAN ports. Flashing info will come later as we learn how to generate proper images. It isn't usable yet (it only produces a bootable kernel) so "source-only" is used. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Changed files
- target/linux/bcm4908/Makefile
- target/linux/bcm4908/config-5.4
- target/linux/bcm4908/generic/target.mk
- target/linux/bcm4908/image/Makefile
- target/linux/bcm4908/patches-5.4/030-v5.11-0001-arm64-dts-broadcom-add-BCM4908-and-Asus-GT-AC5300-ea.patch
- target/linux/bcm4908/patches-5.4/030-v5.11-0002-v5.11-arm64-add-config-for-Broadcom-BCM4908-SoCs.patch
- target/linux/bcm4908/patches-5.4/080-v5.11-tty-serial-bcm63xx-lower-driver-dependencies.patch
Change #16162
Category None Changed by Rafał Miłecki <rafal @milecki.pl>Changed at Tue 12 Jan 2021 22:07:10 Repository https://git.openwrt.org/openwrt/openwrt.git Branch master Revision 712258b772d9cc8782396a568ae36937c916a89a Comments
bcm4908: backport upstream DTS patches 1. Netgear R8000P DTS file 2. NAND fix 3. PCIe reset block 4. Integrated switch 5. PMB block Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Changed files
- target/linux/bcm4908/patches-5.4/030-v5.11-0001-dt-bindings-arm-bcm-document-BCM4908-bindings.patch
- target/linux/bcm4908/patches-5.4/030-v5.11-0002-arm64-dts-broadcom-add-BCM4908-and-Asus-GT-AC5300-ea.patch
- target/linux/bcm4908/patches-5.4/030-v5.11-0003-v5.11-arm64-add-config-for-Broadcom-BCM4908-SoCs.patch
- target/linux/bcm4908/patches-5.4/031-v5.12-0001-dt-bindings-arm-bcm-document-Netgear-R8000P-binding.patch
- target/linux/bcm4908/patches-5.4/031-v5.12-0002-arm64-dts-broadcom-bcm4908-add-BCM4906-Netgear-R8000.patch
- target/linux/bcm4908/patches-5.4/031-v5.12-0003-arm64-dts-broadcom-bcm4908-use-proper-NAND-binding.patch
- target/linux/bcm4908/patches-5.4/031-v5.12-0004-arm64-dts-broadcom-bcm4908-describe-PCIe-reset-contr.patch
- target/linux/bcm4908/patches-5.4/130-arm64-dts-broadcom-bcm4908-describe-internal-switch.patch
- target/linux/bcm4908/patches-5.4/131-arm64-dts-broadcom-bcm4908-describe-PMB-block.patch
Change #16163
Category None Changed by Rafał Miłecki <rafal @milecki.pl>Changed at Tue 12 Jan 2021 22:27:29 Repository https://git.openwrt.org/openwrt/openwrt.git Branch master Revision 524b9aeb4c9ab6616cc3ee94161076b78bc29d1c Comments
bcm4908: add simple PCIe reset controller support Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Changed files
- target/linux/bcm4908/patches-5.4/081-v5.12-reset-simple-add-BCM4908-MISC-PCIe-reset-controller-.patch
Change #16167
Category None Changed by Rafał Miłecki <rafal @milecki.pl>Changed at Wed 13 Jan 2021 06:44:04 Repository https://git.openwrt.org/openwrt/openwrt.git Branch master Revision 56d64d8b5a47a2ce076661564c696445a5721338 Comments
bcm4908: backport PMB (Power Management Bus) driver Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Changed files
- target/linux/bcm4908/config-5.4
- target/linux/bcm4908/patches-5.4/082-v5.12-0001-dt-bindings-power-document-Broadcom-s-PMB-binding.patch
- target/linux/bcm4908/patches-5.4/082-v5.12-0002-soc-bcm-add-PM-driver-for-Broadcom-s-PMB.patch
Change #16168
Category None Changed by Rafał Miłecki <rafal @milecki.pl>Changed at Wed 13 Jan 2021 10:28:41 Repository https://git.openwrt.org/openwrt/openwrt.git Branch master Revision 7e4f055990cf1d84dc1ea512fc421b2f68b346e7 Comments
bcm4908: backport BCM4908 integrated switch initial support Upstream driver supports bridging ports. There is no support for crossbar setup or CPU port(s) yet. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Changed files
- target/linux/bcm4908/config-5.4
- target/linux/bcm4908/patches-5.4/070-v5.10-0001-net-dsa-b53-Use-dev_-err-info-instead-of-pr_.patch
- target/linux/bcm4908/patches-5.4/070-v5.10-0002-net-dsa-b53-Print-err-message-on-SW_RST-timeout.patch
- target/linux/bcm4908/patches-5.4/071-v5.12-0029-net-dsa-bcm_sf2-support-BCM4908-s-integrated-switch.patch