messages from 2015-06-02 10:29:17 to 2015-06-05 09:06:20 UTC [more...]
[wic][PATCH 0/9] UUID support
2015-06-05 7:12 UTC (4+ messages)
` [wic][PATCH 1/9] wic: Add --use-uuid partition option
` [wic][PATCH 2/9] wic: generate random uuid for partition
` [wic][PATCH 2/9] wic: Generate "
[PATCH] libxml2: Security Advisory - libxml2 - CVE-2015-1819
2015-06-05 8:23 UTC
[wic][PATCH 0/4] Code cleanup and refactoring
2015-06-05 6:13 UTC (5+ messages)
` [wic][PATCH 1/4] wic: removed exec_cmd_quiet and exec_native_cmd_quiet
` [wic][PATCH 2/4] wic: move checks to exec_native_cmd
` [wic][PATCH 3/4] wic: replaced __run_parted with exec_native_cmd
` [wic][PATCH 4/4] wic: pylinted partitionedfs.py
[PATCH] libsndfile: Security Advisory - libsndfile - CVE-2014-9496
2015-06-05 7:48 UTC
open source conference in Honduras needs Yocto Project/Openembedded/OpenHardware speaker
2015-06-05 5:17 UTC (3+ messages)
` [oe] Fwd: "
[PATCH 0/1] linux-yocto/3.19: update reference BSPs to 3.19
2015-06-05 4:13 UTC (2+ messages)
` [PATCH 1/1] linux-yocto: update beaglebone, mpc8315e and edgerouter "
[PATCH] autogen: redirect the log file to build dir
2015-06-05 3:03 UTC
[PATCH] alsa-tools: add dependency glib-2.0
2015-06-05 1:50 UTC (3+ messages)
meta-gir issues and maintenance
2015-06-05 1:42 UTC (13+ messages)
[PATCHv3] distrodata: Use Python CSV instead of did by hand
2015-06-04 20:43 UTC
[PATCHv2 0/4] recipeutils and distrodata fixes
2015-06-04 20:42 UTC (8+ messages)
` [PATCHv2 1/4] recipeutils: Improve get_recipe_pv_without_srcpv function
` [PATCHv2 2/4] distrodata: Remove unnecessary include of package_regex.inc
` [PATCHv2 3/4] distrodata: checkpkg make usage of oe.recipeutils.get_recipe_upstream_version
` [PATCHv2 4/4] distrodata: Use Python CSV instead of did by hand
[PATCH 0/3] Gntls update to 4.3.1
2015-06-04 19:37 UTC (4+ messages)
` [PATCH 1/3] nettle: update package to 3.1.1 version
` [PATCH 2/3] gnutls: update to 3.4.1
` [PATCH 3/3] neon: build fix
[PATCH 1/4] python-numpy: use x86 over-ride instead of i586
2015-06-04 19:24 UTC (4+ messages)
` [PATCH 2/4] gstreamer1.0-plugins-base.inc: "
` [PATCH 3/4] lame: "
` [PATCH 4/4] x264: "
[dizzy][PATCH] license.bbclass: set dirs for do_populate_lic_setscene
2015-06-04 17:54 UTC (2+ messages)
[dizzy][PATCH] e2fsprogs: install populate-extfs.sh
2015-06-04 17:51 UTC (3+ messages)
[dizzy][PATCH] mesa: update --with-llvm-shared-libs configure option
2015-06-04 17:51 UTC (4+ messages)
[fido][PATCH] squashfs-tools: build and install unsquashfs as well
2015-06-04 17:15 UTC (3+ messages)
[fido][PATCH] e2fsprogs: install populate-extfs.sh
2015-06-04 17:13 UTC (3+ messages)
[PATCH 0/4] recipeutils adds get_recipe_upstream_version and distrodata fixes
2015-06-04 16:58 UTC (9+ messages)
` [PATCH 1/4] recipeutils: Add get_recipe_upstream_version and get_recipe_pv_without_srcpv functions
` [PATCH 2/4] distrodata: Remove unnecessary include of package_regex.inc
` [PATCH 3/4] distrodata: checkpkg make usage of oe.recipeutils.get_recipe_upstream_version
` [PATCH 4/4] distrodata: Use Python CSV instead of did by hand
[PATCH 00/10] devtool refactoring
2015-06-04 16:31 UTC (11+ messages)
` [PATCH 01/10] devtool: fix wrong indentation
` [PATCH 02/10] devtool: refactor bb task execution into a separate class
` [PATCH 03/10] devtool: update-recipe: do rev parsing in a separate function
` [PATCH 04/10] devtool: simplify the logic of determining patches to be removed
` [PATCH 05/10] devtool: simplify few conditionals a bit
` [PATCH 06/10] devtool: slight simplification of path splitting logic
` [PATCH 07/10] devtool: split out 'srcrev' update mode into a separate function
` [PATCH 08/10] devtool: split out 'patch' "
` [PATCH 09/10] devtool: remove some unused return values
` [PATCH 10/10] devtool: use DevtoolError for error handling
[PATCH 0/3] Extensible SDK: 3 fixes
2015-06-04 14:11 UTC (3+ messages)
` [PATCH 2/3] populate_sdk_ext: consider custom configuration in local.conf
[PATCH 0/6] devtool: improve handling of local source files
2015-06-04 13:49 UTC (4+ messages)
[PATCH] copyleft_filter.bbclass: Allow to filter on name
2015-06-04 13:46 UTC (2+ messages)
[PATCH 0/6] Upgrade X drivers and xkeyboard-config
2015-06-04 13:42 UTC (9+ messages)
` [PATCH 1/6] xf86-input-evdev: Upgrade 2.9.1 -> 2.9.2
` [PATCH 2/6] xf86-input-keyboard: Upgrade 1.8.0 -> 1.8.1
` [PATCH 3/6] xf86-input-synaptics: Upgrade 1.8.1 -> 1.8.2
` [PATCH 4/6] xf86-video-omap: Upgrade to 0.4.3
` [PATCH 5/6] xf86-video-vmware: Upgrade 13.0.2 -> 13.1.0
` [PATCH 6/6] xkeyboard-config: Upgrade 2.14 -> 2.15
[PATCH v2 0/7] devtool: improve handling of local source files
2015-06-04 13:14 UTC (10+ messages)
` [PATCH v2 1/7] recipeutils: implement get_recipe_local_files()
` [PATCH v2 2/7] oe.patch.GitApplyTree: add paths argument to extractPatches
` [PATCH v2 3/7] oe-selftest: devtool: add method for checking workspace dir
` [PATCH v2 4/7] oe-selftest: devtool: add method for checking srctree repo
` [PATCH v2 5/7] devtool: update-recipe: update local files directly
` [PATCH v2 6/7] devtool: extract: always import local files to srctree
` [PATCH v2 7/7] devtool: modify: make bitbake use local files from srctree
[oe-commits] Robert Yang : perf: fix for rebuilding
2015-06-04 11:33 UTC
[daisy][PATCH 0/1] Backport of gcc header fix from master/dizzy
2015-06-04 10:58 UTC (2+ messages)
[PATCH 1/4] python-numpy: duplicate i586 over-ride for i686
2015-06-04 10:20 UTC (7+ messages)
` [PATCH 2/4] gstreamer1.0-plugins-base.inc: "
` [PATCH 3/4] lame: "
` [PATCH 4/4] x264: "
[oe-commits] Robert Yang : bison: 2.7.1 -> 3.0.4
2015-06-04 9:54 UTC
[PATCH 0/1] rpm: remove extra dev and dbg packages
2015-06-04 9:01 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] base-files: Fix LSB NG Cases
2015-06-04 8:52 UTC
[dizzy][PATCH] perf: add LIBNUMA_DEFINES
2015-06-04 8:37 UTC (2+ messages)
[dizzy][PATCH] squashfs-tools: build and install unsquashfs as well
2015-06-04 8:37 UTC (2+ messages)
[PATCH v3 0/5] Enable PulseAudio in Sato images
2015-06-04 4:52 UTC (7+ messages)
` [PATCH v3 1/5] alsa-plugins: initial recipe
[PATCH] Remove hdajacksensetest for framebuffer build
2015-06-03 23:25 UTC (4+ messages)
` [PATCH] alsa-tools: remove "
[PATCH 0/4] Wayland 1.8 upgrade
2015-06-03 21:21 UTC (14+ messages)
` [PATCH 1/4] wayland/weston/libinput: Upgrade to 1.6.0 -> 1.8.0
` [PATCH 2/4] runqemu-internal: Replace wacom-tablet with tablet for usbdevice
` [PATCH 3/4] libpam: Fix wrong crypt library detection
` [PATCH 4/4] lsof: Remove LSOF_OS
[PATCH 0/2] gst-player: Update to latest GIT
2015-06-03 21:01 UTC (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gst-player: Remove obsolete patches (now in upstream)
EGL version error while building the weston
2015-06-03 20:20 UTC (4+ messages)
[PATCH 0/2] Gnutls 3.4.1 update
2015-06-03 20:10 UTC (4+ messages)
[PATCH 0/7] Support for VirtualBox VDI image format
2015-06-03 18:07 UTC (8+ messages)
` [PATCH 1/7] image: Support for VDI
` [PATCH 2/7] qemu: Add support for UUID
` [PATCH 3/7] documentation.conf: Document do_vmimg
` [PATCH 4/7] sanity.bbclass: Prevent 'vdi' and 'live' to be built together
` [PATCH 5/7] boot-direct.bbclass: Add support for VDI images
` [PATCH 6/7] build-appliance-image: do_vmdkimg replaced by do_vmimg
` [PATCH 7/7] core-image-minimal-vms: new recipe to build images for VM
[PATCH] scripts/combo-layer: Fix exit codes and tty handling
2015-06-03 16:44 UTC
[PATCH 1/2] cmake: Whitespace fix
2015-06-03 14:55 UTC (3+ messages)
` [PATCH 2/2] cmake: Upgrade 2.8.12.2 -> 3.2.2
OE Changelog since 2015-05-24 until 2015-05-31
2015-06-03 13:45 UTC
[PATCH] alsa-plugins: enable alsa-plugins-pulseaudio-conf conditionally
2015-06-03 11:17 UTC
ICU not working on powerpc (ppce500v2)
2015-06-03 9:42 UTC
[PATCH 0/1] sgmlspl-native: 1.03ii -> 1.1
2015-06-03 9:18 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 0/2] gtk+/cairo/libsdl: build without x11 in DISTRO_FEATURE
2015-06-03 8:38 UTC (3+ messages)
` [PATCH 1/2] gtk+/cairo: enable x11 or directfb
` [PATCH 2/2] libsdl: depends on libglu when both x11 and opengl
ltp: vma03 fix the alginment of page size
2015-06-03 8:06 UTC
[PATCH] bootimg bbclass: don't hardcode 'bzImage' name
2015-06-03 6:11 UTC
[PATCH 00/12] make world build work without x11 in DISTRO_FEATURES
2015-06-03 5:32 UTC (5+ messages)
` [PATCH 05/12] libsdl: depends on libglu when x11
[PATCH][v4] mmc-utils: fix the building failure when DEBUG_BUILD is 1
2015-06-03 1:24 UTC
[PATCH][V3] mmc-utils: fix the building failure when DEBUG_BUILD is 1
2015-06-03 0:57 UTC (5+ messages)
[PATCH v2] dosfstools: Add recipe for v3.0.28
2015-06-03 0:37 UTC (7+ messages)
Fixing performance for Intel Atom
2015-06-02 20:56 UTC
[PATCH] External modules fail to load due to unknown symbols
2015-06-02 20:41 UTC
[PATCH] terminal.py: Allow devshell/menuconfig on recent gnome-terminal
2015-06-02 19:54 UTC
[PATCH v3] dosfstools: Add recipe for v3.0.28
2015-06-02 17:46 UTC
[wic][PATCH 0/7] wic: Fixed support of GPT partition table
2015-06-02 14:02 UTC (8+ messages)
` [wic][PATCH 1/7] wic: set legacy_boot flag for gpt partitions
` [wic][PATCH 2/7] wic: check if part_type is set only for msdos partition table
` [wic][PATCH 3/7] wic: Add gpt to the list of supported partition table formats
` [wic][PATCH 4/7] wic: Use gptmbr.bin MBR for gpt partitions
` [wic][PATCH 5/7] wic: Make _ptable_format public
` [wic][PATCH 6/7] wic: create directdisk-gpt.wks
` [wic][PATCH 7/7] wic: Test creation of directdisk image with GPT table
[PATCH 0/6] Packages Upgrade
2015-06-02 14:48 UTC (7+ messages)
` [PATCH 1/6] liberror-perl: 0.17023 -> 0.17024
` [PATCH 2/6] python-mako: 0.9.1 -> 1.0.1
` [PATCH 3/6] python-nose: 1.2.1 -> 1.3.6
` [PATCH 4/6] debianutils: 4.5 -> 4.5.1
` [PATCH 5/6] ethtool: 3.16 -> 4.0
` [PATCH 6/6] glib-2.0: 2.44.0 -> 2.44.1
[PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable
2015-06-02 14:15 UTC (9+ messages)
[PATCH 0/1 V2] btrfs-tools: 3.18.2 -> 4.0.1
2015-06-02 12:23 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH] oeqa/parselogs: Added another batch of errors to the whitelist
2015-06-02 11:30 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox