Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2017-02-14 09:55:21 to 2017-02-18 02:23:38 UTC [more...]

State of bitbake world, Failed tasks 2017-02-14
 2017-02-18  2:23 UTC  (3+ messages)

[PATCH v5 00/12] UEFI + Secure Boot + qemu
 2017-02-18  2:04 UTC  (7+ messages)
` [PATCH v5 01/12] acpica: move from meta-oe to OE-core
` [PATCH v5 03/12] ovmf: move from meta-luv "

core-image-tiny-initramfs failing to parse because of WIC (WKS_FULL_PATH, )
 2017-02-18  0:16 UTC  (2+ messages)

[PATCH] yocto-compat-layer.py: Add script to YP Compatible Layer validation
 2017-02-17 22:41 UTC  (3+ messages)

[PATCH] apt-package: use ${libdir} instead of /usr/lib
 2017-02-17 20:40 UTC  (2+ messages)

[PATCH v2] LSB 4.1: lsb_release script incompatible with busybox head and find
 2017-02-17 19:50 UTC 

[PATCH] arch-arm*.inc: squash whitespace within TUNE_FEATURES strings
 2017-02-17 18:47 UTC 

[PATCH] LSB 4.1: lsb_release script incompatible with busybox head and find
 2017-02-17 18:40 UTC  (3+ messages)

[PATCH V2] qemu-native: Point python to python2 on build host
 2017-02-17 17:47 UTC  (4+ messages)

[PATCH] btrfs-tools: don't run autogen.sh
 2017-02-17 17:11 UTC 

Yocto Project Status WW08’17
 2017-02-17 17:09 UTC 

[PATCH] libarchive: fix bzip2 dependency for native build
 2017-02-17 16:14 UTC 

[PATCH 0/4] Package Upgrade -- cups, sysstat, sudo, util-linux
 2017-02-17 15:59 UTC  (6+ messages)
` [PATCH 1/4] cups: upgrade to 2.2.2
` [PATCH 2/4] sysstat: upgrade to 11.5.4
` [PATCH 3/4] sudo: upgrade to 1.8.19p2
` [PATCH 4/4] util-linux: upgrade to 2.29.1

[PATCH] layer.conf: bump version for change in eSDK selftest behaviour
 2017-02-17 15:49 UTC 

[PATCH v2 0/3] rm_work enhancements
 2017-02-17 15:38 UTC  (10+ messages)
` [PATCH v2 3/3] rm_work.bbclass: clean up sooner
              ` Running task for all recipes required by an image (was Re: [PATCH v2 3/3] rm_work.bbclass: clean up sooner)

[PATCH 0/6] fixes for nativesdk, tcl and binconfig.bbclass
 2017-02-17 15:14 UTC  (10+ messages)
` [PATCH 1/6] python-native: PROVIDES python-io-native
` [PATCH 2/6] btrfs-tools: remove udev from DEPENDS
` [PATCH 3/6] tcl: extend to nativesdk
` [PATCH 4/6] gawk/json-glib/libcheck: "
` [PATCH 5/6] tcl: fix sed in do_install()
` [PATCH 6/6] binconfig.bbclass: fix get_binconfig_mangle()

Suggested RREPLACES/RCONFLICTS for easier kernel-image upgrades
 2017-02-17 15:13 UTC  (6+ messages)

[PATCH 00/11] Mesa 17, other upgrades, piglit
 2017-02-17 14:55 UTC  (11+ messages)
` [PATCH 01/11] mesa: Upgrade 13.0.4 -> 17.0.0
` [PATCH 05/11] xauth: Upgrade 1.0.9 -> 1.0.10
` [PATCH 06/11] xf86-input-libinput: Upgrade 0.23.0 -> 0.24.0
` [PATCH 08/11] libinput: Upgrade 1.6.0 -> 1.6.1
` [PATCH 09/11] piglit: Upgrade to current master
` [PATCH 10/11] piglit: Package tests in compressed form as well
` [PATCH 11/11] core-tools-testapps: Re-add piglit

[PATCH] busybox: setup "inetd" sub-package
 2017-02-17 12:49 UTC  (3+ messages)

[PATCH v2 0/3] Permit to install files from an overlay in images recipes
 2017-02-17 10:45 UTC  (9+ messages)
` [PATCH v2 1/3] image.bbclass: No need to force image licence on MIT
` [PATCH v2 2/3] image_overlay.bbclass: Add possibility to install overlays to image
` [PATCH v2 3/3] rm_work.bbclass: Do not remove fetching and install_overlay stamps

[PATCH 1/3] ffmpeg: use static package list
 2017-02-17 10:31 UTC  (5+ messages)
` [PATCH 2/3] ffmpeg: Fix the license description
` [PATCH 3/3] ffmpeg: Build libpostproc even if global gpl flag is unset

[PATCH] native.bbclass: populate native recipe with it's files
 2017-02-17  7:25 UTC  (4+ messages)

Unable to build rootfs using RPM packages when TARGET_VENDOR is unset
 2017-02-17  6:08 UTC 

[PATCH] busybox: setup "cron" sub-package
 2017-02-16 20:46 UTC 

[PATCH] scripts/runqemu: Add always ttyS1 when no serial options are specified
 2017-02-16 17:10 UTC 

[[PATCHv2][Rebased] 1/2] license.bbclass: Don't copy again LICENSE already handled as no-generic
 2017-02-16 16:45 UTC  (2+ messages)
` [[PATCHv2][Rebased] 2/2] classes/license.bbclass: Don't copy unneeded licenses by package

[PATCH 00/10] #10619: wic refactoring (done)
 2017-02-16 15:33 UTC  (11+ messages)
` [PATCH 01/10] wic: use PluginMgr directly
` [PATCH 02/10] wic: remove PluginMgr.get_source_plugins
` [PATCH 03/10] wic: reimplement PluginMgr.get_plugin_methods
` [PATCH 04/10] wic: reimplement PluginMgr.get_plugins
` [PATCH 05/10] wic: pluginbase: use python 3 metaclass syntax
` [PATCH 06/10] wic: throw exception if required API is not implemented
` [PATCH 07/10] wic: remove PluginMgr.get_plugin_methods
` [PATCH 08/10] wic: plugin: cache results in get_plugins
` [PATCH 09/10] wic: move PluginMgr class to pluginbase
` [PATCH 10/10] wic: pluginbase: use global dictionary

[PATCH] wic/partionedfs: Avoid reserving space for non-existing ext. partition
 2017-02-16 12:10 UTC  (6+ messages)

[PATCH 0/3] rm_work enhancements
 2017-02-16 10:26 UTC  (4+ messages)
` [PATCH 3/3] rm_work.bbclass: clean up sooner

[PATCH] bitbake.conf: Point KERNELORG_MIRROR to cdn.kernel.org
 2017-02-16  9:06 UTC 

[PATCH 0/1] oe-init-build-env: create a symlink in BUILDDIR
 2017-02-16  8:53 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] kernel.bbclass: do_deploy requires depmodwrapper
 2017-02-16  8:18 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] kernel-devsrc: remove symlink source
 2017-02-16  8:17 UTC  (2+ messages)

[PATCH 01/33] lib/oe/utils: Add build_depends_string function
 2017-02-16  8:04 UTC  (3+ messages)
` [PATCH 33/33] kernel.bbclass: Add PACKAGE_WRITE_DEPS for postinst

[PATCHv2 0/1] insane.bbclass: Add missing dependencies
 2017-02-16  4:02 UTC  (3+ messages)
` [PATCHv2 1/1] "

[jethro][PATCH 1/2] openssl: Security fix CVE-2016-7055
 2017-02-16  1:53 UTC  (2+ messages)
` [jethro][PATCH 2/2] openssl: CVE: CVE-2017-3731

[PATCH] linux-firmware: Add Marvell sd88xx WiFi firmwares
 2017-02-16  0:35 UTC 

[PATCH][morty] linux-firmware: Add Marvell sd88xx WiFi firmwares
 2017-02-16  0:36 UTC 

[PATCH] kernel-fitimage.bbclass: Change KERNEL_IMAGETYPE_FOR_MAKE to Image for ARM64
 2017-02-16  0:21 UTC 

[PATCH V2] swig: upgrade to 3.0.12
 2017-02-15 20:03 UTC 

[PATCH] wic: Fix and update rootfs-pcbios-ext plugin
 2017-02-15 19:12 UTC 

[PATCH v2] kernel-fitimage.bbclass: Allow set/unset load address for FDT
 2017-02-15 18:59 UTC  (3+ messages)

[PATCH] swig: upgrade to 3.0.12
 2017-02-15 18:34 UTC 

[PATCH 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out
 2017-02-15 16:50 UTC  (3+ messages)

Permit to install files from an overlay in images recipes
 2017-02-15 16:18 UTC  (4+ messages)
` [PATCH 1/3] No need to force image licence on MIT
` [PATCH 2/3] Add possibility to install overlays to image through a class
` [PATCH 3/3] Do not remove fetching and install_overlay stamps

[PATCH 00/36] Replace Smart package manager with DNF package manager
 2017-02-15 11:44 UTC  (18+ messages)
` [PATCH 22/36] package.bbclass: add support for pkg_postinst_ontarget()
` [PATCH 23/36] rootfs_rpm.bbclass: migrate image creation to dnf
` [PATCH 31/36] image.bbclass: do not uninstall update-alternatives from readonly rootfs
` [PATCH 35/36] nativesdk.bbclass: add a /bin/sh RPROVIDES
` [PATCH 36/36] package_deb.bbclass: Ignore file paths in RPROVIDES

[PATCH] lib/oe/patch: Support xz-compressed patches
 2017-02-15 10:44 UTC 

[PATCH] scripts/buildstats-diff: fix epoch numbers in --ver-diff
 2017-02-15 10:45 UTC 

[PATCH] gcc: Fix CVE-2016-6131 in libiberty
 2017-02-15  9:38 UTC  (2+ messages)
` [PATCH V2] "

[PATCH 00/11] wic refactoring (almost done)
 2017-02-15  8:38 UTC  (12+ messages)
` [PATCH 01/11] wic: setup logging in the main wic module
` [PATCH 02/11] wic: use wic logger in core modules
` [PATCH 03/11] wic: use wic logger in imager direct plugin
` [PATCH 04/11] wic: use wic logger in wic source plugins
` [PATCH 05/11] wic: remove msger module
` [PATCH 06/11] wic: move errors module
` [PATCH 07/11] wic: raise WicError in main module
` [PATCH 08/11] wic: raise WicError in core modules
` [PATCH 09/11] wic: raise WicError in wic plugins
` [PATCH 10/11] wic: raise WicError instead of ImageError and CreatorError
` [PATCH 11/11] wic: move WicError to lib/wic/__init__.py

[PATCH 0/3] alsa-lib update
 2017-02-15  7:13 UTC  (4+ messages)
` [PATCH 1/3] alsa-lib: 1.1.2 -> 1.1.3
` [PATCH 2/3] alsa-lib: fix softfloat enabling
` [PATCH 3/3] alsa-lib: merge alsa-conf-base into alsa-conf

[PATCH] dbus: do not use systemctl from host for configure
 2017-02-15  6:15 UTC 

[PATCH] kernel-fitimage.bbclass: Allow set/unset load address for FDT
 2017-02-15  2:51 UTC  (3+ messages)

State of bitbake world, Failed tasks 2017-02-14
 2017-02-14 23:48 UTC 

[PATCH] wic: Fix and update rootfs-pcbios-ext plugin
 2017-02-14 22:41 UTC 

[PATCH] kexec-tools/kdump: Correct typo in comment "crashkenrel="
 2017-02-14 21:29 UTC 

[PATCH] docbook-xml: correct typo "do_configre"
 2017-02-14 21:26 UTC 

[PATCH 00/11] kernel-yocto: consolidated pull request
 2017-02-14 21:14 UTC  (12+ messages)
` [PATCH 01/11] kernel-yocto.bbclass: ensure repatching when HEAD is checked out
` [PATCH 02/11] linux-yocto/4.9: bump to v4.9.8
` [PATCH 03/11] linux-yocto/4.8: update to v4.8.18
` [PATCH 04/11] linux-yocto-rt/4.9: integrate 4.9-rt4
` [PATCH 05/11] linux-yocto/4.9: Intel-quark: Add intel-quark-preempt-rt bsp configuration
` [PATCH 06/11] linux-yocto/4.8/4.9: fix tpm.cfg and add dm-verity
` [PATCH 07/11] linux-yocto/4.9: update to v4.9.9
` [PATCH 08/11] linux-yocto-dev: bump to v4.10+
` [PATCH 09/11] linux-yocto/4.4: meta/configuration updates
` [PATCH 10/11] kernel-yocto: trivial: remove extra } from bsp_definition
` [PATCH 11/11] linux-yocto-rt/4.9: update to 4.9-rt6

[PATCH 00/90] Consolidated Pull
 2017-02-14 19:21 UTC 

[PATCH] relocate_sdk.py: skip debug files from relocation
 2017-02-14 18:15 UTC 

State of bitbake world, Failed tasks 2017-02-08
 2017-02-14 17:28 UTC  (3+ messages)
` multipath-tools on arm (was: Re: State of bitbake world, Failed tasks 2017-02-08)

[PATCH 1/2] license.bbclass: Don't copy again LICENSE already handled as no-generic
 2017-02-14 16:31 UTC  (2+ messages)
` [PATCH 2/2] classes/license.bbclass: Don't copy unneeded licenses by package

[PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c
 2017-02-14 16:11 UTC  (3+ messages)

how to select for non-volatile /var/log?
 2017-02-14 15:49 UTC  (4+ messages)

[PATCH] cmake: Update to 3.7.2
 2017-02-14 14:40 UTC 

[PATCH] kernel, license, sstate, rootfs.py: Remove deploy directory README
 2017-02-14 14:20 UTC 

[PATCH 1/3] python3-native: Add python3-modules to RPROVIDES list
 2017-02-14 12:15 UTC  (7+ messages)
` [PATCH 2/3] meson: Add recipe for the meson build system

[PATCH V3 0/4] upgrade bash and ncurses
 2017-02-14 10:48 UTC  (3+ messages)
` [PATCH 4/4] ncurses: fix beaglebone do_configure failure

[PATCH v5][morty] openssl: CVE: CVE-2017-3731
 2017-02-14 10:41 UTC  (4+ messages)

Does recipe specific sysrooot (or whatelse in current oe) break native dependencies?
 2017-02-14 10:26 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox