Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2017-01-19 11:12:44 to 2017-01-20 17:07:49 UTC [more...]

[PATCH 00/55] OEQA Framework Refactor & Improvements
 2017-01-20 17:10 UTC  (33+ 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 v2 1/3] ccache.bbclass: enable max size setup for ccache dir
 2017-01-20 16:47 UTC  (5+ messages)
` [PATCH v2 2/3] ccache.bbclass: add trimming tasks
` [PATCH v2 3/3] cmake.bbclass: enable usage of ccache

[morty] backport request: nspr: set correct version in pkg-config file
 2017-01-20 15:13 UTC  (2+ messages)

[PATCH v4 00/12] UEFI + Secure Boot + qemu
 2017-01-20 14:54 UTC  (15+ 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)

$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 V2] alsa-lib: update 1.1.2 -> 1.1.3
 2017-01-20 13:11 UTC 

[PATCH] epiphany: Fix dependencies for recipe specific sysroot
 2017-01-20 13:09 UTC 

[PATCH v2 0/3] Add initial container IMAGE_FSTYPES support
 2017-01-20 11:48 UTC  (5+ messages)
` [PATCH v2 1/3] image-container.bbclass: Add the "container" IMAGE_FSTYPES
` [PATCH v2 2/3] image-container.bbclass: Error if not using linux-dummy
` [PATCH v2 3/3] selftest/containerimage.py: Add container IMAGE_FSTYPES test

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  (33+ 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 10/33] initscripts: "
` [PATCH 11/33] psplash: "
` [PATCH 12/33] systemd-compat-units: "
` [PATCH 13/33] modutils-initsripts: "
` [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

[PATCH 0/3] Add initial container IMAGE_FSTYPES support
 2017-01-19 22:50 UTC  (5+ messages)
` [PATCH 3/3] selftest/containerimage.py: Add container IMAGE_FSTYPES test
  ` [PATCH] "

[PATCHv2] qemu: Upgrade to 2.8.0
 2017-01-19 22:46 UTC  (6+ messages)

[PATCH 0/1] create-pull-request: fix for OE cgit URL change
 2017-01-19 20:37 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] devtool: check locale and refuse to start if it isn't UTF-8
 2017-01-19 20:36 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/3] alsa-lib: update 1.1.2 -> 1.1.3
 2017-01-19 20:11 UTC  (2+ messages)

[PATCH 0/2] eSDK fixes
 2017-01-19 18:29 UTC  (3+ messages)
` [PATCH 1/2] classes/populate_sdk_ext: force a known value for TMPDIR
` [PATCH 2/2] Revert "classes/sstate: add a mode to error if sstate package unavailable"

[PATCH] kernel-fitimage: Let U-Boot select ramdisk load/entry address
 2017-01-19 18:16 UTC  (6+ messages)

[PATCH] linux-firmware: relocate ath9k_htc blobs to correct package
 2017-01-19 17:42 UTC 

[PATCH] u-boot: Update to 2017.01 release
 2017-01-19 17:20 UTC  (2+ messages)

[PATCH] core-image-sato: SDK should contain intltool and glib-2.0 tools for NLS
 2017-01-19 16:43 UTC 

[PATCH 01/11] libxml-parser-perl: Allow nativesdk variant to build
 2017-01-19 16:13 UTC  (11+ messages)
` [PATCH 02/11] intltool: "
` [PATCH 03/11] systemd-boot: Add missing gperf-native DEPENDS
` [PATCH 04/11] vte: Add missing libxml2-native DEPENDS
` [PATCH 05/11] sysprof: "
` [PATCH 06/11] sysprof/gst-player/pcmanfm: Add missing glib-2.0-native DEPENDS
` [PATCH 07/11] sstate: Fix EXTRA_STAGING_FIXMES handling
` [PATCH 08/11] devtool: fix source extraction to work with recipe specific sysroots
` [PATCH 09/11] multilib_global: Drop pointless event mask/code filtering
` [PATCH 10/11] oe-selftest: Error if the user has buildhistory enabled
` [PATCH 11/11] staging: Add dependency on virtual/binutils for strip binary

[PATCH 00/16] Various fixes for x32
 2017-01-19 15:47 UTC  (4+ messages)
` [PATCH 05/16] gnu-efi: build 64-bit "

[PATCH v2] elfutils 0.166->0.167
 2017-01-19 14:52 UTC  (2+ messages)

[PATCH 00/14] kernel-yocto: consolidated pull request
 2017-01-19 14:30 UTC  (4+ messages)
` [PATCH 13/14] kern-tools: kconf_check: flag CONFIG options with invalid spaces

State of bitbake world, Failed tasks 2017-01-15
 2017-01-19 11:43 UTC 

[PATCH 00/11] oeqa.buildperf: improve test report format
 2017-01-19 11:12 UTC  (9+ messages)
` [PATCH 04/11] oe-build-perf-test: enable xml reporting
` [PATCH 05/11] oeqa.buildperf: extend xml format to contain measurement data
` [PATCH 06/11] oeqa.buildperf: extend xml report format with test description
` [PATCH 07/11] oeqa.buildperf: report results in chronological order
` [PATCH 08/11] oe-build-perf-test: save test metadata in a separate file
` [PATCH 09/11] oe-build-perf-test: remove unused imports and fix indent
` [PATCH 10/11] oeqa.buildperf: change sorting in json report
` [PATCH 11/11] oeqa.buildperf: store measurements as a dict (object) in the JSON report


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