Skip to content

Update perf from 4.4.2 to 4.4.52 #327

Merged
merged 7 commits into from
Mar 21, 2017
Merged

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    d6c9d29 View commit details
    Browse the repository at this point in the history
  2. perf: Update URL

    donald committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    c68bc40 View commit details
    Browse the repository at this point in the history
  3. perf: Remove PGRP definition

    donald committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    ade6b5c View commit details
    Browse the repository at this point in the history
  4. perf: Disable build archive

    We don't need another archive of the complete kernel, so save the time
    and space.
    donald committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    5afcc8d View commit details
    Browse the repository at this point in the history
  5. perf: Update from version 4.4.2 to version 4.4.52

    Match current default kernel.
    donald committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    5b8d176 View commit details
    Browse the repository at this point in the history
  6. perf: Use standard bee commands

    Luckily, perf uses standard build rules, so bee is able to do everything
    be itself. This way, make flags can also be specified, and for example
    parallel builds are also possible.
    
    ```
    […]
    [BEE] => entering bee_build() ..
    [BEE] make -j PREFIX=/usr EPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec SYSCONFDIR=/etc SHAREDSTATEDIR=/var LOCALSTATEDIR=/var LIBDIR=/usr/lib INCLUDEDIR=/usr/include DATAROOTDIR=/usr/share DATADIR=/usr/share INFODIR=/usr/share/info LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man DOCDIR=/usr/share/doc/perf
      BUILD:   Doing 'make -j8' parallel build
    
    Auto-detecting system features:
    ...                         dwarf: [ on  ]
    ...                         glibc: [ on  ]
    ...                          gtk2: [ on  ]
    ...                      libaudit: [ OFF ]
    ...                        libbfd: [ OFF ]
    ...                        libelf: [ on  ]
    ...                       libnuma: [ on  ]
    ...        numa_num_possible_cpus: [ OFF ]
    ...                       libperl: [ on  ]
    ...                     libpython: [ on  ]
    ...                      libslang: [ on  ]
    ...                     libunwind: [ OFF ]
    ...            libdw-dwarf-unwind: [ on  ]
    ...                          zlib: [ on  ]
    ...                          lzma: [ on  ]
    ...                     get_cpuid: [ on  ]
    ...                           bpf: [ on  ]
    […]
    [BEE] => entering bee_install() ..
    [BEE] make -j install PREFIX=/usr EPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec SYSCONFDIR=/etc SHAREDSTATEDIR=/var LOCALSTATEDIR=/var LIBDIR=/usr/lib INCLUDEDIR=/usr/include DATAROOTDIR=/usr/share DATADIR=/usr/share INFODIR=/usr/share/info LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man DOCDIR=/usr/share/doc/perf DESTDIR=/dev/shm/bee-root/perf/perf-4.4.52-0/image
    ```
    pmenzel committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    9c932cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92b9bd7 View commit details
    Browse the repository at this point in the history