The commit ID is not valid in linux-linaro branch anymore, use nobranch to
fix the following build error:
ERROR: Fetcher failure: Unable to find revision 3aec0b300e0f65d4467ca9c951da919938c36e7c in branch linux-linaro even from upstream
ERROR: Function failed: Fetcher failure for URL: 'git://git.linaro.org/git/kernel/linux-linaro-tracking.git;protocol=http;bra…'. Unable to fetch URL from any source.
Signed-off-by: Zhenhua Luo <zhenhua.luo(a)freescale.com>
---
meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb b/meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb
index 68d3aff..280ccba 100644
--- a/meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb
+++ b/meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linaro Kernel For Vexpress/KVM"
SRCREV_kernel="3aec0b300e0f65d4467ca9c951da919938c36e7c"
PV = "4.0+git${SRCPV}"
-SRC_URI_append = " git://git.linaro.org/git/kernel/linux-linaro-tracking.git;protocol=http;bra… "
+SRC_URI_append = " git://git.linaro.org/git/kernel/linux-linaro-tracking.git;protocol=http;nob… "
require linaro-kernel.inc
KERNEL_DEVICETREE = "vexpress-v2p-ca15-tc1.dtb"
--
2.4.3
Hello,
As was announced previously, Linaro Systems team is working to upgrade
Gerrit version used on our hosts from 1-year old 2.8 to recent and
supported 2.10. Two weeks ago, we upgraded
https://android-review.linaro.org as a pilot. The upgrade went largely
OK, though as full disclosure, following issues were faced:
1. Upgrade uncovered issues with duplicate accounts. This issue is
mostly specific to android-review.linaro.org - it's the oldest Gerrit
system in Linaro which accumulated number of accounts from different
authentication services we used as well as community accounts. Other
systems are unlikely to be affected at all, and even on
android-review.linaro.org only few active users were affected and
issues were resolved proactively.
2. 2.10 exposed an AJAX caching issues we experienced intermittently
before - just to allow to nail them down and resolve consistently for
all servers. So, this is off the list.
3. The "biggest" issue we saw is that after the upgrade, all pending
open changes in Gerrit were changed to "Merge Conflict" state,
which was not resolvable from UI, with Gerrit suggesting to rebase and
re-push change from command line. Having done that, a reviewed worked
without a problem. We even received a report that this issue may be
related to the new review UI, switching to old screen allowed to rebase
a change via UI button.
With this in mind, we think we're ready for the next round of upgrade.
Based on previous discussions, this would be
https://dev-private-review.linaro.org , slated to upgrade next weekend.
We'd like to confirm that this plan works well for them.
Otherwise, we'd plan to finish Gerrit upgrade (and do any needed
follow-up tweaks) before Connect, so there was productive work there
(and we can consult people on new UI/features they may want to use).
So, if everything goes smooth with dev-private-review.linaro.org, a
weekend after next (Sep, 5) we'd plan to upgrade 2 remaining systems:
https://review.linaro.org and https://lhg-review.linaro.org . Again,
we'd like to be sure that their stakeholders are OK with this.
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
== Progress ==
* deb-pkg source package creation patch (BB-58 40%)
* The v5 patch has been accepted upstream, but probably too late for 4.3
* kvmtool packaging (BB-102 30%)
* Test packages at:
http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/k/kvmtool/
* ITP tracked at bigs.debian.org/797893
* Connect preparations (10%)
* CI loops fixes (20%)
== Plans ==
* wrap up deb-pkg patch (BB-58)
* set up kvmtool CI loop and upload to debian (BB-102)
* investigate robot os on aarch64 (BB-101)
== Progress ==
* Fix OE build issues (60%)
* Prepare for SFO15 (10%)
* Migrate OE CI jobs to linaro-cp (10%)
* Sort out community patches and backports for meta-linaro (10%)
* 15.08 release cleanup (10%)
== Plans ==
* Adapt release scripts to s3
* Modernize OE CI jobs some more
* Fix OE source mirroring
--
Koen Kooi
Builds and Baselines | Release Manager
Linaro.org | Open source software for ARM SoCs
Hi,
I am trying to upgrade an x86 target board with lng-x86-64-3.14 pre-built,
but I am not able to get the modules installed into the kernel. I need the
/lib/modules/3.14.... to run a open traffic generator on it. Fallowing is
the error I get when I do "make",
make -C /lib/modules/3.14.44/build M=/home/trex/trex-core/scripts/ko/src
modules
make[1]: *** /lib/modules/3.14.44/build: No such file or directory. Stop.
I am attaching my Json script, please let me know if I am missing something.
/Krishna
I see that perf.bbappend was updated in July to grab the 4.0.2 source file from Debian: https://review.linaro.org/#/c/7140/
But that one is now gone too.
Why is a separate pull even needed?
I tested the latest (r9) perf.bb from poky and it builds the perf tool from kernel-sources with no issue.
Ed Swarthout
== Progress ==
* Address issues caused by the new layout for r.l.o (50%)
* Reinstate gcc-linaro 4.9-2015.06 (5%)
* Fix binutils-linaro issues in OE (5%)
* Fix gdb-linaro issues in OE (5%)
* Prepare for 15.08 release (15%)
* Looked at OE CI jobs (20%)
== Plans ==
* Document the new release scripts since I'll be away most of release week
* Modernize OE CI jobs
* Create LAVA tarballs for 15.08
--
Koen Kooi
Builds and Baselines | Release Manager
Linaro.org | Open source software for ARM SoCs
== Progress ==
* Investigated name resolution issue in LAVA (BUG-1695 30%)
* Created patch for resolved to read /proc/net/pnp to avoid the issue to
begin with (10%)
- https://github.com/systemd/systemd/pull/872
* Fixed KVM and Xen CI loops (30%)
* Moved prebuilt image from EC2 to docker
https://review.linaro.org/#/c/7291/ (10%)
* debconf planning 20%
== Plans ==
* debconf