aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-21LINARO: fix typo in changelog timestamp handlingHEADmasterJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-26LINARO: Fix Build-DependsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-25LINARO: quiet kernel wedge failureJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-25LINARO: fix Build-Depends-IndepJohn Rigby
It was commented out some time ago to work around cross compiling issues but is needed to provide dependencies for tools and doc. Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-16LINARO: try again to force indep before archJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-15LINARO: PACKAGING: provide optional complete flavour hdr pkgJohn Rigby
add do_complete_flavour_headers = true to debian.linaro/rules.d/armel.mk and the flavour header package will contain all the headers from the common header package Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-09LINARO: sync with c7bd13f linux-linaro 3.1.1-15.15~ci~20120207224213John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-09linux-linaro 3.1.1-15.15~ci~20120207224213Linaro CI
created from: tree:git://git.linaro.org/kernel/linux-linaro-3.1.git branch:master commit:2150f72fe35397cc6d6ce39866bd0462cfbcc916 tree:git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git branch:latest tagged release based on upstream v3.1 commit:77ca5283a120d01aa4e7926788b52ec93c7dfa17 tree:git://git.linaro.org/ubuntu/linux-linaro-precise.git branch:master commit:de11c1d1c2e44626d052ec9be31b77993d60ee03 upstream-commit-hash=2150f72fe35397cc6d6ce39866bd0462cfbcc916 commit 2150f72fe35397cc6d6ce39866bd0462cfbcc916 Author: Will Deacon <will.deacon@arm.com> Date: Fri Dec 2 18:16:01 2011 +0100 ARM: 7185/1: perf: don't assign platform_device on unsupported CPUs In the unlikely case that a platform registers a PMU platform_device when running on a CPU that is unsupported by perf, we will encounter a NULL dereference when trying to assign the platform_device to the cpu_pmu structure. This patch checks that the CPU is supported by perf before assigning the platform_device. Reported-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> (cherry picked from commit 6bd054096dce061560cee0e016e292e588dc438f) ubuntu-sauce-commit-hash=77ca5283a120d01aa4e7926788b52ec93c7dfa17 commit 77ca5283a120d01aa4e7926788b52ec93c7dfa17 Author: Leann Ogasawara <leann.ogasawara@canonical.com> Date: Fri Oct 28 12:49:09 2011 -0700 UBUNTU: Ubuntu-3.1.0-2.3 Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com> linaro-sauce-commit-hash=de11c1d1c2e44626d052ec9be31b77993d60ee03 commit de11c1d1c2e44626d052ec9be31b77993d60ee03 Author: John Rigby <john.rigby@linaro.org> Date: Tue Feb 7 11:21:06 2012 -0800 Revert "LINARO: SAUCE: make kernel-wedge more forgiving" It did not help This reverts commit fba533cbb5de05c8dd1f60bf15cbe91240d1429a. Signed-off-by: Linaro CI <john.rigby@linaro.org>
2012-02-07LINARO: CI: rebase on new upstreamsLinaro CI
2012-02-07LINARO: CI: Start new releaseLinaro CI
2012-02-07Revert "LINARO: SAUCE: make kernel-wedge more forgiving"John Rigby
It did not help This reverts commit fba533cbb5de05c8dd1f60bf15cbe91240d1429a.
2012-02-07LINARO: SAUCE: make kernel-wedge more forgivingJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: add ability to timestamp source package name in debian/changelogJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: PACKAGING: preserve timestamps for files in debianJohn Rigby
give them the same times as the sources so multiple invocations of debuild -S will produce the same tarfile Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: mkflavourbranches: add kernel version to source nameJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: sync with 3.1.0-10.10~ci~20120123091533John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: use staging overlay for nowJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07linux-linaro 3.1.0-10.10~ci~20120123091533Linaro CI
created from: tree:git://git.linaro.org/kernel/linux-linaro-3.1.git branch:master commit:2150f72fe35397cc6d6ce39866bd0462cfbcc916 tree:git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git branch:latest tagged release based on upstream v3.1 commit:77ca5283a120d01aa4e7926788b52ec93c7dfa17 tree:git://git.linaro.org/ubuntu/linux-linaro-precise.git branch:master commit:bd5b3ed4a9ed110538b4eb33fe2b873b9cd254c1 upstream-commit-hash=2150f72fe35397cc6d6ce39866bd0462cfbcc916 commit 2150f72fe35397cc6d6ce39866bd0462cfbcc916 Author: Will Deacon <will.deacon@arm.com> Date: Fri Dec 2 18:16:01 2011 +0100 ARM: 7185/1: perf: don't assign platform_device on unsupported CPUs In the unlikely case that a platform registers a PMU platform_device when running on a CPU that is unsupported by perf, we will encounter a NULL dereference when trying to assign the platform_device to the cpu_pmu structure. This patch checks that the CPU is supported by perf before assigning the platform_device. Reported-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> (cherry picked from commit 6bd054096dce061560cee0e016e292e588dc438f) ubuntu-sauce-commit-hash=77ca5283a120d01aa4e7926788b52ec93c7dfa17 commit 77ca5283a120d01aa4e7926788b52ec93c7dfa17 Author: Leann Ogasawara <leann.ogasawara@canonical.com> Date: Fri Oct 28 12:49:09 2011 -0700 UBUNTU: Ubuntu-3.1.0-2.3 Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com> linaro-sauce-commit-hash=bd5b3ed4a9ed110538b4eb33fe2b873b9cd254c1 commit bd5b3ed4a9ed110538b4eb33fe2b873b9cd254c1 Author: John Rigby <john.rigby@linaro.org> Date: Sun Jan 22 23:54:54 2012 -0700 Linaro 3.1.0-8.8 Signed-off-by: John Rigby <john.rigby@linaro.org> Signed-off-by: Linaro CI <john.rigby@linaro.org>
2012-02-07LINARO: CI: rebase on new upstreamsLinaro CI
2012-02-07LINARO: CI: Start new releaseLinaro CI
2012-02-07Linaro 3.1.0-8.8John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: CONFIG: Enabling JoystickRicardo Salveti de Araujo
BugLink: https://bugs.launchpad.net/linaro-ubuntu/+bug/914092 Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2012-02-07LINARO: CONFIG: Enabling better support for network (iptables)Ricardo Salveti de Araujo
BugLink: https://bugs.launchpad.net/linaro-ubuntu/+bug/912319 Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2012-02-07LINARO: CONFIG: Enabling TUN and PPPRicardo Salveti de Araujo
BugLink: https://bugs.launchpad.net/linaro-ubuntu/+bug/904737 Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2012-02-07LINARO: CONFIG: Enabling most common usb-serial devicesRicardo Salveti de Araujo
BugLink: https://bugs.launchpad.net/linaro-ubuntu/+bug/908126 Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2012-02-07LINARO: Start new releaseJohn Rigby
Ignore: yes Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07Linaro 3.1.0-7.7John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: PACKAGING: add armhf to mkflavourbranches scriptJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: Bump abiJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: update configsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07UBUNTU: enforcer -- allow arch and flavour predicates to take listsAndy Whitcroft
Expand the arch and flavour predicates to take multiple options matching when any one is correct. Signed-off-by: Andy Whitcroft <apw@canonical.com>
2012-02-07LINARO: Add armhf filesJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: PACKAGING: add armhf to files under debian.linaroJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: Start new releaseJohn Rigby
Ignore: yes Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: sync with 5499969 linux-linaro 3.1.0-6.6~ci~20120105032220John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07linux-linaro 3.1.0-6.6~ci~20120105032220Linaro CI
created from: tree:git://git.linaro.org/kernel/linux-linaro-3.1.git branch:master tree:git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git branch:latest tagged release based on upstream v3.1 tree:git://git.linaro.org/ubuntu/linux-linaro-precise.git branch:master upstream-commit-hash=2150f72fe35397cc6d6ce39866bd0462cfbcc916 commit 2150f72fe35397cc6d6ce39866bd0462cfbcc916 Author: Will Deacon <will.deacon@arm.com> Date: Fri Dec 2 18:16:01 2011 +0100 ARM: 7185/1: perf: don't assign platform_device on unsupported CPUs In the unlikely case that a platform registers a PMU platform_device when running on a CPU that is unsupported by perf, we will encounter a NULL dereference when trying to assign the platform_device to the cpu_pmu structure. This patch checks that the CPU is supported by perf before assigning the platform_device. Reported-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> (cherry picked from commit 6bd054096dce061560cee0e016e292e588dc438f) ubuntu-sauce-commit-hash=77ca5283a120d01aa4e7926788b52ec93c7dfa17 commit 77ca5283a120d01aa4e7926788b52ec93c7dfa17 Author: Leann Ogasawara <leann.ogasawara@canonical.com> Date: Fri Oct 28 12:49:09 2011 -0700 UBUNTU: Ubuntu-3.1.0-2.3 Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com> linaro-sauce-commit-hash=2bfb9635ae632b24919ccab821424f8a6d0c18cc commit 2bfb9635ae632b24919ccab821424f8a6d0c18cc Author: John Rigby <john.rigby@linaro.org> Date: Wed Jan 4 19:25:06 2012 -0700 LINARO: CI: Add script for syncing with ci result tree Signed-off-by: John Rigby <john.rigby@linaro.org> Signed-off-by: Linaro CI <john.rigby@linaro.org>
2012-02-07LINARO: CI: rebase on new upstreamsLinaro CI
2012-02-07LINARO: CI: Start new releaseLinaro CI
2012-02-07LINARO: CI: Add script for syncing with ci result treeJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: sync with baf6101 linux-linaro 3.1.0-5.5~ci~20111215233041John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07linux-linaro 3.1.0-5.5~ci~20111215233041Linaro CI
created from: tree:git://git.linaro.org/kernel/linux-linaro-3.1.git branch:master tree:git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git branch:latest tagged release based on upstream v3.1 tree:git://git.linaro.org/ubuntu/linux-linaro-precise.git branch:master upstream-commit-hash=2150f72fe35397cc6d6ce39866bd0462cfbcc916 commit 2150f72fe35397cc6d6ce39866bd0462cfbcc916 Author: Will Deacon <will.deacon@arm.com> Date: Fri Dec 2 18:16:01 2011 +0100 ARM: 7185/1: perf: don't assign platform_device on unsupported CPUs In the unlikely case that a platform registers a PMU platform_device when running on a CPU that is unsupported by perf, we will encounter a NULL dereference when trying to assign the platform_device to the cpu_pmu structure. This patch checks that the CPU is supported by perf before assigning the platform_device. Reported-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> (cherry picked from commit 6bd054096dce061560cee0e016e292e588dc438f) ubuntu-sauce-commit-hash=77ca5283a120d01aa4e7926788b52ec93c7dfa17 commit 77ca5283a120d01aa4e7926788b52ec93c7dfa17 Author: Leann Ogasawara <leann.ogasawara@canonical.com> Date: Fri Oct 28 12:49:09 2011 -0700 UBUNTU: Ubuntu-3.1.0-2.3 Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com> linaro-sauce-commit-hash=eddfca20a7fa4584efba3cb5b122e6846e50c7b4 commit eddfca20a7fa4584efba3cb5b122e6846e50c7b4 Author: John Rigby <john.rigby@linaro.org> Date: Wed Dec 7 21:11:35 2011 -0700 LINARO: mkflavourbranches: improvements for kernel ci make signing tags optional replace ~'s in tags with -'s Signed-off-by: John Rigby <john.rigby@linaro.org> Signed-off-by: Linaro CI <john.rigby@linaro.org>
2012-02-07LINARO: Update configsLinaro CI
2012-02-07LINARO: CI: record skipped ubuntu-sauce/packaging commitsLinaro CI
Signed-off-by: Linaro CI <john.rigby@linaro.org>
2012-02-07LINARO: CI: rebase on new upstreamsLinaro CI
2012-02-07LINARO: CI: Start new releaseLinaro CI
2012-02-07LINARO: mkflavourbranches: improvements for kernel ciJohn Rigby
make signing tags optional replace ~'s in tags with -'s Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07Linux-linaro-3.1.0-4.4John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: CONFIG: Enable MUSB_HDRC and relevant gadget configsRicardo Salveti de Araujo
BugLink: https://bugs.launchpad.net/linux-linaro/+bug/730698 Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2012-02-07LINARO: Temporarily ignore abi changesJohn Rigby
caused by sound configs moving in vexpress Signed-off-by: John Rigby <john.rigby@linaro.org>
2012-02-07LINARO: CONFIG: Make sound configs built-in for vexpressJohn Rigby
BugLink: https://bugs.launchpad.net/bugs/862626 Signed-off-by: John Rigby <john.rigby@linaro.org>