[oe-commits] [openembedded-core] branch master-next updated (5c9ef07 -> c44d6fa)

git at git.openembedded.org git at git.openembedded.org
Mon Aug 21 07:59:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

    from 5c9ef07  devtool/copy_buildsystem: adds meta-skeleton layer in the eSDK installation.
     new 091cee2  recipetool: create: disable PREMIRRORS and MIRRORS by default
     new ecca596  recipetool: create: being able to set branch when revision is provided
     new 3afdcbd  recipetool: create: handle git URLs specifying only a tag
     new 9d3ec76  recipetool: create: replacing PV in SRCURI
     new 29ced73  devtool: upgrade: enable branch checking when revision is provided
     new f9bc3b5  devtool: export: new plugin to export the devtool workspace
     new f958c5c  devtool: append md5sum only if not already present
     new 2de8ba8  devtool: import: new plugin to import the devtool workspace
     new 3bb979c  recipetool: allow plugins to set PN / PV more easily
     new 1df60b0  recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUM
     new 92a299a  gdk-pixbuf: fix ptest RDEPENDS for multilib build
     new dde306f  kernel-yocto: configuration updates: x86 features
     new 23e58e1  linux-yocto/4.1: fix fsl-ls10xx sdhci
     new 383fdf4  linux-yocto: add usb-net configs by default
     new 451250f  linux-yocto: introduce 4.12 recipes
     new 7db8d26  linux-yocto: remove 4.1 recipes
     new 1359461  libc-headers: update to 4.12
     new ac0b129  qemu: bump default version to 4.12
     new 423eed7  kernel-yocto: ensure that only valid BSPs are built
     new 92b9eae  linux-yocto/4.10: CVE & misc fixes
     new d65f9bb  python2.7: improve reproducibility
     new a6d120f  kernel.bbclass: external toolchain fix
     new 4bd6818  python: Restructure python packaging and replace it with autopackaging
     new 3f92e91  python3: Restructure python3 packaging and replace it with autopackaging
     new c44d6fa  python3: fix RDEPENDS on several recipes, due to non-existent python3 packages

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


Summary of changes:
 meta/classes/kernel-yocto.bbclass                  |    3 +
 meta/classes/kernel.bbclass                        |    7 +-
 meta/conf/distro/include/tcmode-default.inc        |    2 +-
 meta/conf/machine/include/x86-base.inc             |    2 +-
 meta/conf/machine/qemuarm.conf                     |    2 +-
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |    2 +-
 .../bootchart2/bootchart2_0.14.8.bb                |    2 +-
 meta/recipes-devtools/dnf/dnf_2.6.3.bb             |   26 +-
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |    4 +-
 .../opkg-utils/opkg-utils_0.3.5.bb                 |    2 +-
 .../python-numpy/python3-numpy_1.13.1.bb           |    2 -
 .../python/python-2.7-manifest.inc                 |  287 -----
 .../python/python-3.5-manifest.inc                 |  283 -----
 .../python/python-native-3.5-manifest.inc          |   10 -
 .../python/python-native_2.7.13.bb                 |    3 -
 .../python/python/create_manifest2.py              |  277 +++++
 .../python/python/get_module_deps2.py              |  112 ++
 .../python/python/python2-manifest.json            | 1033 ++++++++++++++++++
 .../python/python/sitecustomize.py                 |    8 -
 ...pport_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch |   34 +
 .../recipes-devtools/python/python3-async_0.6.2.bb |    2 +-
 meta/recipes-devtools/python/python3-git_2.1.5.bb  |    2 +-
 .../recipes-devtools/python/python3-gitdb_0.6.4.bb |    2 +-
 .../python/python3-native_3.5.3.bb                 |    9 +-
 meta/recipes-devtools/python/python3-pip_9.0.1.bb  |    1 -
 .../python/python3-pygobject_3.24.1.bb             |    2 +-
 .../python/python3-setuptools_36.2.7.bb            |    3 -
 .../recipes-devtools/python/python3-smmap_0.9.0.bb |    2 +-
 .../python/python3/create_manifest3.py             |  321 ++++++
 .../python/python3/get_module_deps3.py             |  146 +++
 .../python/python3/python3-manifest.json           | 1098 ++++++++++++++++++++
 meta/recipes-devtools/python/python3_3.5.3.bb      |   90 +-
 meta/recipes-devtools/python/python_2.7.13.bb      |   83 +-
 .../qemu/nativesdk-qemu-helper_1.0.bb              |    2 +-
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.8.bb |    2 +-
 meta/recipes-graphics/piglit/piglit_git.bb         |    4 +-
 .../kern-tools/kern-tools-native_git.bb            |    2 +-
 ...-headers_4.10.bb => linux-libc-headers_4.12.bb} |    4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |    4 +-
 ...inux-yocto-rt_4.1.bb => linux-yocto-rt_4.12.bb} |   12 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |    2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |    4 +-
 ...-yocto-tiny_4.1.bb => linux-yocto-tiny_4.12.bb} |   12 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |    2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |    2 +-
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      |   18 +-
 .../{linux-yocto_4.1.bb => linux-yocto_4.12.bb}    |   26 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |    2 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       |    2 +-
 meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb        |    2 +-
 meta/recipes-rt/rt-tests/rt-tests_1.1.bb           |    2 +-
 scripts/contrib/python/generate-manifest-2.7.py    |  421 --------
 scripts/contrib/python/generate-manifest-3.5.py    |  433 --------
 scripts/lib/devtool/__init__.py                    |   36 +
 scripts/lib/devtool/export.py                      |  119 +++
 scripts/lib/devtool/import.py                      |  144 +++
 scripts/lib/devtool/standard.py                    |    7 +-
 scripts/lib/devtool/upgrade.py                     |   27 +-
 scripts/lib/recipetool/create.py                   |  205 +++-
 scripts/lib/recipetool/create_npm.py               |   44 +-
 scripts/lib/scriptutils.py                         |    9 +-
 62 files changed, 3785 insertions(+), 1628 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python-2.7-manifest.inc
 delete mode 100644 meta/recipes-devtools/python/python-3.5-manifest.inc
 delete mode 100644 meta/recipes-devtools/python/python-native-3.5-manifest.inc
 create mode 100644 meta/recipes-devtools/python/python/create_manifest2.py
 create mode 100644 meta/recipes-devtools/python/python/get_module_deps2.py
 create mode 100644 meta/recipes-devtools/python/python/python2-manifest.json
 create mode 100644 meta/recipes-devtools/python/python/support_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch
 create mode 100644 meta/recipes-devtools/python/python3/create_manifest3.py
 create mode 100644 meta/recipes-devtools/python/python3/get_module_deps3.py
 create mode 100644 meta/recipes-devtools/python/python3/python3-manifest.json
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.10.bb => linux-libc-headers_4.12.bb} (71%)
 rename meta/recipes-kernel/linux/{linux-yocto-rt_4.1.bb => linux-yocto-rt_4.12.bb} (76%)
 rename meta/recipes-kernel/linux/{linux-yocto-tiny_4.1.bb => linux-yocto-tiny_4.12.bb} (52%)
 rename meta/recipes-kernel/linux/{linux-yocto_4.1.bb => linux-yocto_4.12.bb} (56%)
 delete mode 100755 scripts/contrib/python/generate-manifest-2.7.py
 delete mode 100755 scripts/contrib/python/generate-manifest-3.5.py
 create mode 100644 scripts/lib/devtool/export.py
 create mode 100644 scripts/lib/devtool/import.py

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


More information about the Openembedded-commits mailing list