| Submitter | Tim Gardner |
|---|---|
| Date | May 31, 2012, 1:43 p.m. |
| Message ID | <1338471798-128703-1-git-send-email-tim.gardner@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/162160/ |
| State | New |
| Headers | show |
Comments
On Thu, May 31, 2012 at 07:43:18AM -0600, Tim Gardner wrote: > BugLink: http://bugs.launchpad.net/bugs/1006913 > > Prior to this patch, ABI and modules changes were undetectable on armhf. > > Signed-off-by: Tim Gardner <tim.gardner@canonical.com> > --- > debian.master/rules.d/armhf.mk | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/debian.master/rules.d/armhf.mk b/debian.master/rules.d/armhf.mk > index c8ad038..47fe382 100644 > --- a/debian.master/rules.d/armhf.mk > +++ b/debian.master/rules.d/armhf.mk > @@ -10,5 +10,3 @@ no_dumpfile = true > > loader = grub > > -skipabi = true > -skipmodule = true > -- > 1.7.9.5 > > > -- > kernel-team mailing list > kernel-team@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/kernel-team >
I added a little ABI and module ignore magic to debian.master/abi/3.2.0-24.39/armhf rtg
Patch
diff --git a/debian.master/rules.d/armhf.mk b/debian.master/rules.d/armhf.mk index c8ad038..47fe382 100644 --- a/debian.master/rules.d/armhf.mk +++ b/debian.master/rules.d/armhf.mk @@ -10,5 +10,3 @@ no_dumpfile = true loader = grub -skipabi = true -skipmodule = true
BugLink: http://bugs.launchpad.net/bugs/1006913 Prior to this patch, ABI and modules changes were undetectable on armhf. Signed-off-by: Tim Gardner <tim.gardner@canonical.com> --- debian.master/rules.d/armhf.mk | 2 -- 1 file changed, 2 deletions(-)