[Buildroot] [PATCH 1/2] perf: Add support for Linux 3.13

Thomas De Schampheleire patrickdepinguin at gmail.com
Fri Jul 18 20:14:15 UTC 2014


Hi Mischa,

On Sun, Feb 2, 2014 at 11:05 PM, Peter Korsgaard <jacmet at uclibc.org> wrote:
>>>>>> "Mischa" == Mischa Jonker <Mischa.Jonker at synopsys.com> writes:
>
>  > The Makefile has been renamed to Makefile.perf; so now we check
>  > both Makefiles to support 3.7 - 3.12 and 3.13 - beyond.
>
>  > Signed-off-by: Mischa Jonker <mjonker at synopsys.com>
>  > ---
>  >  package/perf/perf.mk |    2 +-
>  >  1 file changed, 1 insertion(+), 1 deletion(-)
>
>  > diff --git a/package/perf/perf.mk b/package/perf/perf.mk
>  > index d7898d0..ffe18bc 100644
>  > --- a/package/perf/perf.mk
>  > +++ b/package/perf/perf.mk
>  > @@ -35,7 +35,7 @@ define PERF_BUILD_CMDS
>  >              exit 1 ; \
>  >      fi
>  >      $(Q)if test "$(BR2_PACKAGE_ELFUTILS)" = "" ; then \
>  > -            if ! grep -q NO_LIBELF $(LINUX_DIR)/tools/perf/Makefile ; then \
>  > +            if ! grep -q NO_LIBELF $(LINUX_DIR)/tools/perf/Makefile $(LINUX_DIR)/tools/perf/Makefile.perf ; then \
>
> Hmm, does that really work? I would expect grep to error out when either
> Makefile or Makefile.perf isn't available.
>
> What about simply checking Makefile* instead?

Care to rebase this patch, and double-check the comment of Peter?
In the mean time, another change to this area was done to support 3.10+ kernels.

Thanks,
Thomas


More information about the buildroot mailing list