[oe-commits] [openembedded-core] branch master-next updated (eb11f60 -> 901ccb3)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 16:16:05 UTC 2016


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

      from  eb11f60   db: Refresh patches
       new  7efbe5e   bootchart2: Allocate space on heap for collector chunks
       new  6303dbb   wic: rename and amend systemd-boot wks file
       new  57dd9e8   libxml-parser-perl: remove redundant expat-native dependency
       new  efd0b0f   pseudo: quiet diagnostics during startup for pseudo -d
       new  19c365b   tzcode-native: Update to 2016g
       new  d1341ae   tzdata: update to 2016g
       new  ac1b2fd   linux-yocto.inc: Run kernel_version_sanity_check with final source
       new  afbd391   image-buildinfo: restore trailing newline
       new  9b8d7f9   mips64-linux: set ac_cv_sizeof_ssize_t for mips64el
       new  08082b9   scripts/buildstats-diff: check that the given directory exists
       new  441336b   scripts/buildstats-diff: rename --min-time and --min-timediff args
       new  472818a   scripts/buildstats-diff: implement BSTask class
       new  559b858   scripts/buildstats-diff: do not hardcode field widths in output
       new  0782825   scripts/buildstats-diff: introduce --diff-attr
       new  24a12e4   scripts/buildstats-diff: add read_bytes and write_bytes to --diff-attr
       new  75292a1   scripts/buildstats-diff: add read_ops and write_ops to --diff-attr
       new  8e7a5be   scripts/buildstats-diff: add walltime to --diff-attr
       new  17b27b7   scripts/buildstats-diff: use exception for internal error handling
       new  49ae438   scripts/buildstats-diff: make logger msg format a bit more readable
       new  315f44b   scripts/buildstats-diff: implement --multi option
       new  072dd5b   runqemu: Add little endian variations for MIPS
       new  4725ee8   build-perf-test-wrapper.sh: check for positional arguments
       new  5807083   build-perf-test-wrapper.sh: show defaults for '-a' and '-w'
       new  f1c7b4f   multilib_header: avoid sstate checksum issues for -nativesdk recipes
       new  194e95f   oe-build-perf-test: return 2 if some tests failed
       new  e3c7d8a   build-perf-test-wrapper.sh: accept test case failures
       new  a3b271e   grub-efi.bbclass: Add a space between root and append parameter
       new  84274b3   scripts: add new script 'native'
       new  23cca70   mkefidisk.wks: use partition UUID and GPT partition table
       new  901ccb3   kbd: create ptest sub-package

The 30 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/grub-efi.bbclass                      |   3 +-
 meta/classes/image-buildinfo.bbclass               |   4 +-
 meta/classes/multilib_header.bbclass               |   5 +
 meta/recipes-core/kbd/kbd/run-ptest                |   4 +
 .../kbd/kbd/set-proper-path-of-resources.patch     |  56 +++
 meta/recipes-core/kbd/kbd_2.0.3.bb                 |  19 +
 ...llector-Allocate-space-on-heap-for-chunks.patch |  45 +++
 .../bootchart2/bootchart2_0.14.8.bb                |   1 +
 .../perl/libxml-parser-perl_2.44.bb                |   3 +-
 ...t-diagnostics-during-startup-for-pseudo-d.patch |  54 +++
 .../files/0002-Use-correct-file-descriptor.patch   |  53 +++
 meta/recipes-devtools/pseudo/pseudo_1.8.1.bb       |   2 +
 ...code-native_2016f.bb => tzcode-native_2016g.bb} |  11 +-
 .../tzdata/{tzdata_2016f.bb => tzdata_2016g.bb}    |   6 +-
 meta/recipes-kernel/linux/linux-yocto.inc          |   2 +-
 meta/site/mips64el-linux                           |   1 +
 scripts/buildstats-diff                            | 397 ++++++++++++++-------
 scripts/contrib/build-perf-test-wrapper.sh         |  37 +-
 scripts/lib/wic/canned-wks/mkefidisk.wks           |   4 +-
 ...mksystemd-bootdisk.wks => systemd-bootdisk.wks} |   4 +-
 scripts/native                                     |  48 +++
 scripts/oe-build-perf-test                         |   2 +-
 scripts/runqemu                                    |   6 +-
 23 files changed, 614 insertions(+), 153 deletions(-)
 create mode 100644 meta/recipes-core/kbd/kbd/run-ptest
 create mode 100644 meta/recipes-core/kbd/kbd/set-proper-path-of-resources.patch
 create mode 100644 meta/recipes-devtools/bootchart2/bootchart2/0001-collector-Allocate-space-on-heap-for-chunks.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-Quiet-diagnostics-during-startup-for-pseudo-d.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/0002-Use-correct-file-descriptor.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2016f.bb => tzcode-native_2016g.bb} (62%)
 rename meta/recipes-extended/tzdata/{tzdata_2016f.bb => tzdata_2016g.bb} (97%)
 rename scripts/lib/wic/canned-wks/{mksystemd-bootdisk.wks => systemd-bootdisk.wks} (77%)
 create mode 100755 scripts/native

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


More information about the Openembedded-commits mailing list