-
EasyBuild should verify that the modules it loads to resolve dependencies were built for the system on which `eb` is being run.
When testing https://github.com/hpcugent/easybuild-easyblocks/pull/151,…
-
Several of the README.mds embed version badges from https://buildstats.info, which was previously nice because they combined version info and download counts which used less space than having separate…
-
I've started using the graph on [tlslite-ng](https://github.com/tomato42/tlslite-ng) but the graph for Travis-CI build times is quite confusing:
[![Build history](https://buildstats.info/travisci/c…
-
The coordinator should record per-build logs, and also keep statistics about timing information in BigQuery or something.
Then we can graph build times, test times, individual test times, machine boo…
-
1. Describe the issue you are having and what you expected to happen.
Image tags are wrong in the yaml files
2. Describe the steps to reproduce, including any log snippets and stack traces that …
-
## Description
Implement a readonly B-Tree SST index instead of the current flat one.
**This improvement opens us the possibility of not always needing to keep SST's indexes in memory. We will b…
-
easyconfig parameters:
|type|current|proposed|
|---|---|---|
|mandatory | `description ` | |
| | `docurls ` |`doc_urls ` |
| | `homepage ` | |
| | `name ` | |
| | `software_license`| |
| | …
-
Hi, I have been enjoying your xbmc image for a couple of weeks now. Very impressive, good work!
I just tried to bitbake xbmc-image with the latest meta-fsl-arm and your layer(daisy branch). I get th…
-
I built a Yocto Image with the following setup:
**conf/local.conf**
```
MACHINE = "rockchip-rk3588-rock-5b"
DL_DIR ?= "${TOPDIR}/downloads"
DISTRO ?= "poky"
PACKAGE_CLASSES ?= "package_rpm"
E…
-
hi,
I try to add optee for pico-pi-imx7 board in current yocto version.
I add below lines in local.conf
..
DISTRO_FEATURES_append=" optee"
IMAGE_INSTALL_append = " optee-client-imx optee-os-…