[oe-commits] [openembedded-core] branch master updated (8097f2d -> 00027ae)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 25 22:04:16 UTC 2016


rpurdie pushed a change to branch master
in repository openembedded-core.

      from  8097f2d   parselogs: Ignore uvesafb timeouts
       new  d044049   pointercal-xinput: add a dummy calibration file for qemu
       new  fe46484   packagegroup-core-tools-testapps: remove tslib references
       new  85afb34   x11-common: replace xtscal with xinput-calibrator
       new  4ad04ae   packagegroup-core-x11-base.bb: remove pointercal
       new  5bcdb9f   xtscal: remove recipe
       new  d37f6b5   tslib: remove recipe
       new  d56dffe   pointercal: remove recipe
       new  7bcb388   distro_alias.inc: remove xtscal, pointercal and tslib references
       new  7a0f939   layer.conf: remove pointercal
       new  59d10be   oeqa/runtime/rpm: use su instead of sudo
       new  9e920ab   utils: check_app_exists: strip whitespace from binary when searching
       new  a2eedbc   bash-completion: add bash-completion to DEPENDS for target packages
       new  ef5be3c   systemd-compat-units: do not inherit allarch
       new  91dea2f   git: 2.9.2 -> 2.9.3
       new  8620d13   subversion: 1.9.3 -> 1.9.4
       new  2eddea3   nasm: 2.11.08 -> 2.12.02
       new  d3057cb   devtool: Use the wildcard flag in update_recipe_patch
       new  bf83e0f   devtool: build_image: Fix recipe filter
       new  4fafb32   piglit: Add python3-argparse module to RDEPENDS
       new  38b29d6   gcc: Update to final 6.2.0 release
       new  79dd6be   useradd.bblass: Simplify target overrides
       new  e19a430   python-3.5-manifest: Rename Queue module to queue
       new  f2b9600   python-3.5-manifest: Add argparse module
       new  be4373b   oe-build-perf-test: implement --run-tests option
       new  4b7bf78   oe-build-perf-test: use absolute paths in cmdline args
       new  9b3c7c4   oeqa.utils.git: support git commands with updated env
       new  55726e9   oeqa.utils.git: introduce GitRepo.rev_parse()
       new  dcba230   oeqa.utils.git: implement GitRepo.get_current_branch()
       new  044c81b   oeqa.utils.git.GitRepo: new arg to require topdir
       new  f49cf79   oeqa.buildperf: use term commit instead of revision
       new  b6f6355   oe-build-perf-test: support committing results data to Git
       new  b54b633   oe-build-perf-test: implement --commit-results-branch
       new  c848e1d   oeqa.utils.git: implement init() method
       new  759357a   oe-build-perf-test: pre-check Git repo when using --commit-results
       new  60059ff   oe-build-perf-test: tag results committed to Git
       new  cf2aba1   oe-build-perf-test: new {tag_num} keyword for --commit-results-tag
       new  b52070d   oeqa.buildperf: add git commit count to result data
       new  e316165   oe-build-perf-test: add {git_commit_count} keyword for --commit-results-tag
       new  b1f77ba   build-perf-test-wrapper.sh: parse args with getopts
       new  3d06795   build-perf-test-wrapper.sh: allow saving results in Git
       new  d53cf92   build-perf-test-wrapper.sh: make archive dir configurable
       new  8242848   build-perf-test-wrapper.sh: make workdir configurable
       new  3437c0d   unfs3: Simplify simultaneous usage of "_append" and "+="
       new  cfb869f   rootfs.py: allow removal of unneeded packages
       new  2a4bf6e   systemd: split systemd-container
       new  d3f6df9   lsbinitscripts: 9.64 -> 9.68
       new  bc372d6   perl: Correct perl path for ptest
       new  a3d9d31   groff: correct the location path for awk
       new  72a3b7e   linux-firmware: set a preferred provider for brcmfmac-sdio.bin
       new  00027ae   core-image-kernel-dev.bb: Standardize use of _append and leading space.

The 50 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/bash-completion.bbclass               |   2 +
 meta/classes/useradd.bbclass                       |  32 +-
 meta/classes/utils.bbclass                         |   2 +-
 meta/conf/distro/include/distro_alias.inc          |   3 -
 meta/conf/layer.conf                               |   1 -
 meta/lib/oe/rootfs.py                              |   4 +-
 meta/lib/oeqa/buildperf/base.py                    | 102 +++-
 meta/lib/oeqa/runtime/rpm.py                       |   5 +-
 meta/lib/oeqa/utils/git.py                         |  38 +-
 meta/recipes-bsp/pointercal/pointercal/COPYING     |   2 -
 meta/recipes-bsp/pointercal/pointercal/pointercal  |   0
 .../pointercal/pointercal/qemuarm/pointercal       |   1 -
 .../pointercal/pointercal/qemuarmv6/pointercal     |   1 -
 .../pointercal/pointercal/qemuarmv7/pointercal     |   1 -
 .../pointercal/pointercal/qemumips/pointercal      |   1 -
 .../pointercal/pointercal/qemuppc/pointercal       | Bin 36 -> 0 bytes
 .../pointercal/pointercal/qemux86-64/pointercal    |   1 -
 .../pointercal/pointercal/qemux86/pointercal       |   1 -
 meta/recipes-bsp/pointercal/pointercal_0.0.bb      |  22 -
 .../packagegroup-core-tools-testapps.bb            |   2 -
 meta/recipes-core/systemd/systemd-compat-units.bb  |   2 +-
 meta/recipes-core/systemd/systemd_230.bb           |  38 +-
 meta/recipes-devtools/gcc/gcc-6.2.inc              |  14 +-
 meta/recipes-devtools/git/git_2.9.2.bb             |  11 -
 meta/recipes-devtools/git/git_2.9.3.bb             |  11 +
 .../nasm/{nasm_2.11.08.bb => nasm_2.12.02.bb}      |   5 +-
 meta/recipes-devtools/perl/perl-ptest.inc          |   1 +
 .../python/python-3.5-manifest.inc                 |  12 +-
 meta/recipes-devtools/python/python3_3.5.2.bb      |   2 +-
 .../{subversion_1.9.3.bb => subversion_1.9.4.bb}   |   5 +-
 meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb   |   4 +-
 meta/recipes-extended/groff/groff_1.22.3.bb        |   6 +
 .../images/core-image-kernel-dev.bb                |   2 +-
 ...void-exit-1-which-causes-init-scripts-to-.patch |   5 +-
 ...binitscripts_9.64.bb => lsbinitscripts_9.68.bb} |   6 +-
 .../packagegroups/packagegroup-core-x11-base.bb    |   1 -
 meta/recipes-graphics/piglit/piglit_git.bb         |   3 +-
 meta/recipes-graphics/tslib/tslib/ts.conf          |  25 -
 meta/recipes-graphics/tslib/tslib/tslib.sh         |   8 -
 meta/recipes-graphics/tslib/tslib_1.1.bb           |  53 --
 meta/recipes-graphics/x11-common/x11-common_0.1.bb |   2 +-
 .../pointercal-xinput/qemuall/pointercal.xinput    |   2 +
 .../xtscal/xtscal/30xTs_Calibrate.sh               |  13 -
 .../xtscal/xtscal/change-cross.patch               |  18 -
 meta/recipes-graphics/xtscal/xtscal/cleanup.patch  | 621 ---------------------
 .../xtscal/dso_linking_change_build_fix.patch      |  27 -
 meta/recipes-graphics/xtscal/xtscal_0.6.3.bb       |  33 --
 .../linux-firmware/linux-firmware_git.bb           |   1 +
 scripts/contrib/build-perf-test-wrapper.sh         |  70 ++-
 scripts/contrib/python/generate-manifest-3.5.py    |   5 +-
 scripts/lib/devtool/build_image.py                 |   2 +-
 scripts/lib/devtool/standard.py                    |   1 +
 scripts/oe-build-perf-test                         |  51 +-
 53 files changed, 330 insertions(+), 951 deletions(-)
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/COPYING
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/pointercal
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemuarm/pointercal
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemuarmv6/pointercal
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemuarmv7/pointercal
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemumips/pointercal
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemuppc/pointercal
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemux86-64/pointercal
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemux86/pointercal
 delete mode 100644 meta/recipes-bsp/pointercal/pointercal_0.0.bb
 delete mode 100644 meta/recipes-devtools/git/git_2.9.2.bb
 create mode 100644 meta/recipes-devtools/git/git_2.9.3.bb
 rename meta/recipes-devtools/nasm/{nasm_2.11.08.bb => nasm_2.12.02.bb} (81%)
 rename meta/recipes-devtools/subversion/{subversion_1.9.3.bb => subversion_1.9.4.bb} (96%)
 rename meta/recipes-extended/lsb/{lsbinitscripts_9.64.bb => lsbinitscripts_9.68.bb} (82%)
 delete mode 100644 meta/recipes-graphics/tslib/tslib/ts.conf
 delete mode 100644 meta/recipes-graphics/tslib/tslib/tslib.sh
 delete mode 100644 meta/recipes-graphics/tslib/tslib_1.1.bb
 create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput
 delete mode 100644 meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
 delete mode 100644 meta/recipes-graphics/xtscal/xtscal/change-cross.patch
 delete mode 100644 meta/recipes-graphics/xtscal/xtscal/cleanup.patch
 delete mode 100644 meta/recipes-graphics/xtscal/xtscal/dso_linking_change_build_fix.patch
 delete mode 100644 meta/recipes-graphics/xtscal/xtscal_0.6.3.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list