messages from 2017-01-19 22:53:30 to 2017-01-22 07:12:42 UTC [more...]
[PATCH V2 0/1] openssh: upgrade to 7.4p1
2017-01-22 7:12 UTC
[PATCH v4 00/12] UEFI + Secure Boot + qemu
2017-01-22 4:00 UTC (16+ messages)
` [PATCH v4 01/12] acpica: move from meta-oe to OE-core
` [PATCH v4 02/12] acpica: work around flex 2.6.2 code generation issue
` [PATCH v4 03/12] ovmf: move from meta-luv to OE-core
` [PATCH v4 04/12] ovmf: explicitly depend on nasm-native
` [PATCH v4 05/12] ovmf: deploy firmware in image directory
` [PATCH v4 06/12] ovmf_git.bb: enable parallel compilation
` [PATCH v4 07/12] ovmf_git.bb: enable Secure Boot
` [PATCH v4 08/12] runqemu: fix undefined variable reference in check_arg_path()
` [PATCH v4 09/12] runqemu: also accept -image suffix for rootfs parameter
` [PATCH v4 10/12] runqemu: support UEFI with OVMF firmware
` [PATCH v4 11/12] ovmf: build image which enrolls standard keys
` [PATCH v4 12/12] ovmf: remove BGRT patch
` ✗ patchtest: failure for UEFI + Secure Boot + qemu (rev5)
[PATCH 1/7] Revert "populate_sdk_ext: whitelist do_package tasks"
2017-01-21 14:53 UTC (8+ messages)
` [PATCH 2/7] populate_sdk_ext: Add wic-tools to BB_SETSCENE_ENFORCE_WHITELIST
` [PATCH 3/7] package_deb: Improve failure debug output
` [PATCH 4/7] package_deb: Clean up pointless exception handling
` [PATCH 5/7] package_ipk: Improve failure debug output
` [PATCH 6/7] package_ipk: Clean up pointless exception handling
` [PATCH 7/7] package_rpm: "
` ✗ patchtest: failure for "Revert "populate_sdk_ext: whit..." and 6 more
[PATCH 00/55] OEQA Framework Refactor & Improvements
2017-01-21 12:28 UTC (58+ messages)
` [PATCH 01/55] oeqa/core: Add base OEQA framework
` [PATCH 02/55] oeqa/core: Add utils module for "
` [PATCH 03/55] oeqa/core: Add loader, context and decorator modules
` [PATCH 04/55] oeqa/core/decorator: Add support for OETestDepends
` [PATCH 05/55] oeqa/core/decorator: Add support for OETestID and OETestTag
` [PATCH 06/55] oeqa/core/decorator: Add support for OETimeout decorator
` [PATCH 07/55] oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar
` [PATCH 08/55] oeqa/core: Add tests for the OEQA framework
` [PATCH 09/55] scripts/oe-test: Add new oe-test script
` [PATCH 10/55] oeqa/core/context: Add support of OETestContextExecutor
` [PATCH 11/55] oeqa/core/cases: Add example test cases
` [PATCH 12/55] oeqa/core: Add README
` [PATCH 13/55] oe/data: Add export2json function
` [PATCH 14/55] classes/rootfs-postcommands: Add write_image_test_data
` [PATCH 15/55] classes/populate_sdk_base: Add write_sdk_test_data to postprocess
` [PATCH 16/55] oeqa/utils/__init__.py: Adds compatibility with bitbake logger
` [PATCH 17/55] oeqa: Move common files to oeqa/files instead of runtime only
` [PATCH 18/55] oeqa/sdk: Move test cases inside cases directory
` [PATCH 19/55] oeqa/{runtime, sdk}/files: Move testsdkmakefile from runtime to sdk module
` [PATCH 20/55] oeqa/sdk: Add case and context modules for the SDK component
` [PATCH 21/55] classes/testsdk: Migrates testsdk.bbclass to use new OESDKTestContext
` [PATCH 22/55] oeqa/utils: Move targetbuild to buildproject module
` [PATCH 23/55] oeqa/utils: {Target, SDK, }BuildProject remove dependency of bb
` [PATCH 24/55] oeqa/sdk/cases: Migrate tests to the new OEQA framework
` [PATCH 25/55] classes/testsdk: Remove the need of TEST_LOG_DIR variable
` [PATCH 26/55] oeqa/sdkext: Move test cases inside cases directory
` [PATCH 27/55] oeqa/sdkext: Adds case and context modules
` [PATCH 28/55] classes/testsdk: Migrate to use the new OESDKExtTestContext
` [PATCH 29/55] oeqa/sdkext/cases: Migrate test case to new OEQA framework
` [PATCH 30/55] oeqa/runtime: Fix TargetBuildProject instances
` [PATCH 31/55] oeqa: Fix files handling on runtime tests
` [PATCH 32/55] oeqa/runtime: Move to runtime_cases
` [PATCH 33/55] oeqa/core/target Add OESSHTarget to sent commands to targets using SSH
` [PATCH 34/55] oeqa/runtime: Add case, context and loader classes for runtime testing
` [PATCH 35/55] oeqa/runtime: Add OEHasPackage decorator
` [PATCH 36/55] oeqa/core/decorator/data.py: Add skipIfNotFeature decorator
` [PATCH 37/55] oeqa/runtime/files: Move runtime files from old directory
` [PATCH 38/55] oeqa/runtime/utils/targetbuildproject.py: Don't use more than 80 characters per line
` [PATCH 39/55] oeqa/core/decorator: Add skipIfNotDataVar and skipIfNotInDataVar
` [PATCH 40/55] oeqa/core/context: Add option to select tests to run
` [PATCH 41/55] oeqa/runtime/context: Add runtime option group and options for target type and server ip
` [PATCH 42/55] oeqa/runtime/context: Move helper functions for process args to executor
` [PATCH 43/55] oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class
` [PATCH 44/55] oeqa/runtime/context.py: Prepare for qemu
` [PATCH 45/55] oeqa/runtime/context.py: Add logger to getTarget
` [PATCH 46/55] core/target/qemu.py Adds qemu target
` [PATCH 47/55] testimage.bbclass: Migrate class to use new runtime framework
` [PATCH 48/55] oeqa/runtime/cases: Migrate runtime tests
` [PATCH 49/55] runtime/cases/smart.py: Migrate smart tests
` [PATCH 50/55] oeqa/core/utils/test.py: Add functions to get module path
` [PATCH 51/55] testimage.bbclass: Add support for package extraction
` [PATCH 52/55] testimage.bbclass: Add package install feature
` [PATCH 53/55] oeqa/runtime/context.py: Add defaults for runtime context
` [PATCH 54/55] testexport.bbclass: Migrate testexport to use new framework
` [PATCH 55/55] selftest/runtime-test.py: Adapt test to use new runtime framework
` ✗ patchtest: failure for OEQA Framework Refactor & Improvements (rev4)
Passing additional data from packages to be used during image creation
2017-01-21 11:44 UTC (2+ messages)
[PATCH] glib-2.0: native package should not depend on DISTRO_FEATURES
2017-01-21 5:02 UTC
[PATCH V2] alsa-lib: update 1.1.2 -> 1.1.3
2017-01-21 0:47 UTC (4+ messages)
[PATCHv3] qemu: Upgrade to 2.7.1
2017-01-20 22:15 UTC
[PATCH 1/2 v2] xserver-xf86-config: add glamoregl
2017-01-20 21:50 UTC (2+ messages)
` [PATCH 2/2 v2] xserver-xorg: Enable glamor by default
[PATCH 1/3] Switch to Recipe Specific Sysroots
2017-01-20 20:26 UTC (5+ messages)
` [PATCH 2/3] selftest/devtool: Update to account for recipe specific sysroot
` [PATCH 3/3] bitbake.conf: Exclude extend_recipe_sysroot function from sstate checksums
` ✗ patchtest: failure for "Switch to Recipe Specific Sysr..." and 2 more
[PATCHv2] qemu: Upgrade to 2.7.1
2017-01-20 19:44 UTC (2+ messages)
[PATCH] kernel-fitimage: Use compressed ramdisks in FIT images if available
2017-01-20 19:28 UTC
[PATCH v2 0/3] Add initial container IMAGE_FSTYPES support
2017-01-20 19:17 UTC (4+ messages)
` [PATCH v2 3/3] selftest/containerimage.py: Add container IMAGE_FSTYPES test
` [PATCH v3 "
How to use WIC to generate raw flash images
2017-01-20 18:37 UTC
[PATCH 01/14] wic: add wic-tools recipe
2017-01-20 18:05 UTC (14+ messages)
` [PATCH 02/14] image_types.bbclass: build wic-tools
` [PATCH 03/14] selftest: build wic-tools in the Wic.setUp
` [PATCH 04/14] wic: fix getting path of native sysroot
` [PATCH 05/14] image_types: add RECIPE_SYSROOT_NATIVE to WICVARS
` [PATCH 06/14] image.bbclass: put .env files to ${STAGING_DIR}/imgdata/
` [PATCH 07/14] partition.py: use FAKEROOTCMD variable to get path to pseudo
` [PATCH 08/14] wic: fixed recipe name
` [PATCH 09/14] wic: fixed test_iso_image test case
` [PATCH 10/14] selftest: wic: don't set WKS_FILE
` [PATCH 11/14] selftest: fixed 3 wic test cases
` [PATCH 12/14] wic: misc.py: add parameter 'cache' to get_bitbake_vars
` [PATCH 13/14] wic: rebuild wic-tools if its sysroot doesn't exist
` [PATCH 14/14] wic: bootimg-pcbios: use wic-tools target
[PATCH v2 1/3] ccache.bbclass: enable max size setup for ccache dir
2017-01-20 16:47 UTC (3+ messages)
[morty] backport request: nspr: set correct version in pkg-config file
2017-01-20 15:13 UTC (2+ messages)
$50 bounty for an OE recipe for libfilesys-smbclient-perl. seriously
2017-01-20 14:53 UTC (4+ messages)
[PATCH 1/2] utils: Factor out common multilib datastore creation function
2017-01-20 14:28 UTC (2+ messages)
` [PATCH 2/2] meta-environment: Ensure all multilib dependencies are accounted for
[PATCH v3 00/12] UEFI + Secure Boot + qemu
2017-01-20 14:08 UTC (16+ messages)
` [PATCH v3 01/12] acpica: move from meta-oe to OE-core
` [PATCH v3 02/12] ovmf: move from meta-luv "
` [PATCH v3 03/12] ovmf: explicitly depend on nasm-native
` [PATCH v3 04/12] ovmf: deploy firmware in image directory
` [PATCH v3 05/12] ovmf_git.bb: enable parallel compilation
` [PATCH v3 06/12] ovmf_git.bb: enable Secure Boot
` [PATCH v3 07/12] runqemu: also accept -image suffix for rootfs parameter
` [PATCH v3 08/12] runqemu: fix undefined variable reference in check_arg_path()
` [PATCH v3 09/12] runqemu: support UEFI with OVMF firmware
` [PATCH v3 10/12] ovmf: build image which enrolls standard keys
` [PATCH v3 11/12] ovmf: remove BGRT patch
` [PATCH v3 12/12] acpica: work around flex 2.6.2 code generation issue
` ✗ patchtest: failure for UEFI + Secure Boot + qemu (rev4)
[PATCH 1/2] Revert "linux-firmware: Modify firmware installation path"
2017-01-20 14:04 UTC (9+ messages)
` [PATCH 2/2] Revert "kernel: Modify kernel modules installation path."
[PATCH] bitbake.conf: require conf/multiconfig/${BB_CURRENT_MC}.conf
2017-01-20 13:51 UTC (4+ messages)
[PATCH] flex: upgrade to 2.6.2
2017-01-20 13:37 UTC (3+ messages)
[PATCH] epiphany: Fix dependencies for recipe specific sysroot
2017-01-20 13:09 UTC
still fighting to get an OE recipe for "libfilesys-smbclient-perl"
2017-01-20 11:48 UTC (6+ messages)
[PATCH] qemu: Upgrade to 2.7.1
2017-01-20 11:48 UTC (3+ messages)
[PATCH 1/2] alsa-tools: 1.1.0 -> 1.1.3
2017-01-20 9:26 UTC (2+ messages)
` [PATCH 2/2] flac: 1.3.1 -> 1.3.2
[PATCH 0/1] openssh: upgrade to 7.4p1
2017-01-20 7:13 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH] bash 4.3.30 -> 4.4
2017-01-20 6:54 UTC (5+ messages)
` ✗ patchtest: failure for "
[PATCH v2 0/1] oe-selftest: devtool: remove use of git -C
2017-01-20 3:21 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH 0/1] oe-selftest: devtool: remove use of git -C
2017-01-20 2:23 UTC (3+ messages)
` [PATCH 1/1] "
` ✗ patchtest: failure for "
[PATCH] selftest: automatically add the meta-selftest layer
2017-01-19 15:55 UTC
[PATCH 01/33] lib/oe/utils: Add build_depends_string function
2017-01-19 22:53 UTC (30+ messages)
` [PATCH 02/33] classes/package*: Add support for PACKAGE_WRITE_DEPS
` [PATCH 03/33] sstate: Drop the depchain isPostDep() checks
` [PATCH 04/33] gtk-icon-cache: Add PACKAGE_WRITE_DEPS for postinst
` [PATCH 05/33] kernel-module-split: "
` [PATCH 06/33] pixbufcache: "
` [PATCH 07/33] systemd: "
` [PATCH 08/33] keymaps: "
` [PATCH 09/33] v86d: "
` [PATCH 12/33] systemd-compat-units: "
` [PATCH 14/33] matchbox-session-sato: "
` [PATCH 15/33] ca-certificates: "
` [PATCH 16/33] useradd: "
` [PATCH 17/33] nss: Add PACKAGE_WRITE_DEPS
` [PATCH 18/33] linux-dtb: Add PACKAGE_WRITE_DEP for postinstall
` [PATCH 19/33] xorg-font-common: Add PACKAGE_WRITE_DEPS for postinst
` [PATCH 20/33] shadow: "
` [PATCH 21/33] eudev: Add PACKAGE_WRITE_DEPS for postinstall
` [PATCH 22/33] systemd: Add PACKAGE_WRITE_DEPS for postinst
` [PATCH 23/33] dbus: "
` [PATCH 24/33] update-rc.d: "
` [PATCH 25/33] update-alternatives.bbclass: "
` [PATCH 26/33] mime.bbclass: "
` [PATCH 27/33] gtk-immodules-cache: "
` [PATCH 28/33] gsettings: "
` [PATCH 29/33] gio-module-cache: "
` [PATCH 30/33] gconf.bbclass: "
` [PATCH 31/33] fontcache.bbclass: "
` [PATCH 32/33] cantarell-fonts: inherit pkgconfig
` [PATCH 33/33] kernel.bbclass: Add PACKAGE_WRITE_DEPS for postinst
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