The Linaro git appear to be getting some very suspicious traffic on our
git protocol port. Its causing our servers to fail and effectively DOS
us. We are currently trying to block offending IPs. However, the number
of malicious IPs is growing and we may have to shut off the git protocol
daemon on our servers while we find a way to prevent this.
If you are using the "smart" protocol, https://git.linaro.org/.... you
will not be affected. If you aren't using the smart protocol, it might
be a good time to consider updating your .git/config files.
-andy
Hi
Linaro more or less supports/uses several boards from several vendors.
But is there a page which lists firmware versions for them?
Something like this:
Overdrive (revA cpu): xyz [link]
Overdrive (revB cpu): abc [link]
D02: cbf [link]
etc.
As using random firmware versions ends with issues like boards finding
just few or all or few or all hard drives during boot which render them
useless.
And then the usual answer on IRC is "you may need newer firmware"
without place to look for it.
Hello,
android-build.linaro.org, the Jenkins CI system dedicated to Android
builds, has been deprecated and all jobs migrated to the central
system, ci.linaro.org about 2 months ago. android-build.linaro.org was
kept online (but largely in Jenkins shutdown mode for last month) to
let interested parties migrate remaining data or as a fallback in case
of issues with ci.linaro.org.
Over last 2 weeks, Systems and B&B teams made improvements to
ci.linaro.org to improve its capacity and stability under new
increased load, so migration from android-build.linaro.org to
ci.linaro.org can be called complete.
This is the last call to any android-build.linaro.org users who may
still have useful data there - please migrate/download/backup your
data, as next week we plan to stop and delete the EC2 instance running
it.
Please reply privately if you have concerns or need help.
Thanks,
Paul
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linarohttp://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
As soon as we started programming, we found to our surprise that it wasn't
as easy to get programs right as we had thought. Debugging had to be
discovered. I can remember the exact instant when I realized that a large
part of my life from then on was going to be spent in finding mistakes in
my own programs.
-- Maurice Wilkes, designer of EDSAC, on programming, 1949
The Linaro 16.07 release is now available for download!
Using the Android-based images
=======================
The Android-based images come in three parts: system, userdata and boot.
These need to be combined to form a complete Android install. For an
explanation of how to do this please see:
http://wiki.linaro.org/Platform/Android/ImageInstallation
If you are interested in getting the source and building these images
yourself please see the following pages:
http://wiki.linaro.org/Platform/Android/GetSourcehttp://wiki.linaro.org/Platform/Android/BuildSource
Using the OpenEmbedded-based images
=======================
With the Linaro provided downloads and with ARM’s Fast Models virtual
platform, you can boot a virtual ARMv8 system and run 64-bit binaries.
For more information please see:
http://www.linaro.org/engineering/armv8
Using the Debian-based images
=======================
The Debian-based images consist of two parts. The first part is a
hardware pack, which can be found under the hwpacks directory and
contains hardware specific packages (such as the kernel and bootloader).
The second part is the rootfs, which is combined with the hardware pack
to create a complete image. For more information on how to create an
image please see:
http://wiki.linaro.org/Platform/DevPlatform/Ubuntu/ImageInstallation
Getting involved
============
More information on Linaro can be found on our websites:
* Homepage:
http://www.linaro.org
* Wiki:
http://wiki.linaro.org
Also subscribe to the important Linaro mailing lists and join our IRC
channels to stay on top of Linaro developments:
* Announcements:
http://lists.linaro.org/mailman/listinfo/linaro-announce
* Development:
http://lists.linaro.org/mailman/listinfo/linaro-dev
* IRC:
#linaro on irc.linaro.org or irc.freenode.net
#linaro-android irc.linaro.org or irc.freenode.net
Known issues with this release
=====================
Bug reports for this release should be filed in Bugzilla (http://bugs.linaro.org) against the
individual packages or projects that are affected.
On behalf of the release team,
Koen Kooi
Builds and Baselines | Release Manager
Linaro.org | Open source software for ARM SoCs
Dear devs,
In https://lists.linaro.org/pipermail/linaro-dev/2016-April/018161.html
(sorry, I can't reply to that thread directly, as I've only just
subscribed to the list), there was a patch to remove the -2' from PR to
fix the following error from the do_package_rpm script:
| error: line 4: invalid tag value("^[A-Za-z0-9+._]+$") Release:
Release: r2015.11-2
| error: Package has no %description: libgcc-linaro+5.2.aarch64
This was NACKed by Koen Kooi because it "winds back the release, which
is bad and breaks upgrade paths, which is worse". Good points. (Some
package version comparison algorithms would treat "r2015.11-2" as a
lower version number than "r2015.11", but others would treat it as a
higher version number. Package managers often have to massage upstream
version numbers in obnoxious ways to fit into the package manager's
version numbering rules.)
Is there a recommended resolution for this problem or any plans to fix
it? In my own case, I worked around it locally by adding the following
line to meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-5.2.inc
after the setting of the PR variable:
PKGR = "${@'${PR}'.replace('-', '+')}"
The effect is to replace '-' with '+' in the RPM package versions. I'm
not sure what effect that has on the upgrade path though. Would
replacing the '-' with a '.' or a '_' be better?
Best regards,
Ian Abbott
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti(a)mev.co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
Hi,
Does anyone know the progress of DRAM PASR? I cannot find any more
information after patch set in 2012. One of Linaro member is interested in
this topic and want to work on it. So I am checking whether anybody is
working on it or know the progress.
http://lwn.net/Articles/478049/
Thank you guys for any information!
Jun