aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
AgeCommit message (Collapse)Author
2019-07-13ndctl: Remove the unnecessary dependency on virtual/kernelAdrian Bunk
This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-07-13ndctl: make MACHINE_ARCH and ignore from libblockdevMartin Jansa
* fixes: ERROR: libblockdev different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot changed from bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b to 23a2ff7864fbd6d38b77918829651cff8d009702894ee670fab145c520d05be8 Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot with hashes bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b or 23a2ff7864fbd6d38b77918829651cff8d009702894ee670fab145c520d05be8 ERROR: ndctl different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task ndctl/ndctl_v63.bb.do_prepare_recipe_sysroot changed from ea34e9d64a9f30c3ed898bd3850e43e95297dacc560732e1d6bdfa961a6b357b to f886d72844b05c99cd241b8402d760d2c02e0264bfc66503d1e8742815463b3c Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v63.bb.do_prepare_recipe_sysroot with hashes ea34e9d64a9f30c3ed898bd3850e43e95297dacc560732e1d6bdfa961a6b357b or f886d72844b05c99cd241b8402d760d2c02e0264bfc66503d1e8742815463b3c $ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/ndctl/*do_prepare*.sigdata* runtaskdeps changed: ['autoconf/autoconf_2.69.bb.do_populate_sysroot:virtual:native automake/automake_1.16.1.bb.do_populate_sysroot:virtual:native bash-completion/bash-completion_2.8.bb.do_populate_sysroot gcc/gcc-cross_7.3.bb.do_populate_sysroot gcc/gcc-runtime_7.3.bb.do_populate_sysroot glibc/glibc_2.29.bb.do_populate_sysroot gnu-config/gnu-config_git.bb.do_populate_sysroot:virtual:native json-c/json-c_0.13.1.bb.do_populate_sysroot kmod/kmod_git.bb.do_populate_sysroot libtool/libtool-cross_2.4.6.bb.do_populate_sysroot libtool/libtool-native_2.4.6.bb.do_populate_sysroot', -linux/linux-lg-hammerhead_git.bb.do_populate_sysroot, +linux/linux-lg-mako_git.bb.do_populate_sysroot, 'ndctl/ndctl_v63.bb.do_fetch pkgconfig/pkgconfig_git.bb.do_populate_sysroot:virtual:native systemd/systemd-systemctl-native.bb.do_populate_sysroot systemd/systemd_242.bb.do_populate_sysroot'] linux/linux-lg-hammerhead_git.bb.do_populate_sysroot with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438 changed to linux/linux-lg-mako_git.bb.do_populate_sysroot with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3 Dependency on task linux/linux-lg-mako_git.bb.do_populate_sysroot was added with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3 Dependency on task linux/linux-lg-hammerhead_git.bb.do_populate_sysroot was removed with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438 $ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/libblockdev/*do_prepare*.sigdata* Hash for dependent task ndctl/ndctl_v63.bb.do_populate_sysroot changed from 0d123eb0e330a9e34d199eb012da9ae2eb614063f9412725ef39a06b152341f1 to 40077996bc35ac047210928559ad692f4eb20e37b07ef675bf49c9c39c46fe1e Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v63.bb.do_populate_sysroot with hashes 0d123eb0e330a9e34d199eb012da9ae2eb614063f9412725ef39a06b152341f1 or 40077996bc35ac047210928559ad692f4eb20e37b07ef675bf49c9c39c46fe1e as detected with: openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-16ne10, libopus: add armv7ve override as wellMartin Jansa
* fix the override in packagegroup-meta-oe.bb * alllow building ne10 for armv7ve (e.g. Cortex-A15) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-04-29Revert "ell: remove recipe"Martin Jansa
This reverts commit f4a59c5dd69a6d24cd500a6eba0b72e0d8b4f58c. It was merged too early, ell wasn't merged to oe-core yet. meta-oe/recipes-connectivity/iwd/iwd_0.14.bb depends on it and now there is no provider in meta-oe nor oe-core. Should be merged again after meta-oe warrior is branched and ell in oe-core for the next release. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-09ell: remove recipeOleksandr Kravchuk
This recipe will be moved to poky instead as newer versions of some of its components depend on it. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28dbus-broker: 18 -> 19William A. Kennington III via Openembedded-devel
Drops the musl compat patch which is upstream in version 19 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28dbus-broker: 16 -> 18William A. Kennington III via Openembedded-devel
Also brings in a patch to fix up building against a musl libc that is not in a released build yet. This change cleans up a number of things about the build - Upstream no longer depends on glib - We dont ever runtime depend on reference dbus - Docs are disabled by default so we don't need to specify the option - There is no native tooling so we shouldn't need a native bbclass - No longer depend on gitsm since upstream provides release tarballs Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-22glibmm: upgrade 2.58.0 -> 2.58.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-25plymouth: Update to version 0.9.4Davis, Michael
Signed-off-by: Michael Davis <michael.davis@essvote.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-22packagegroup-meta-oe: fixup package that now require polkitNicolas Dechesne
After below commits to add polkit as a required distro feature: 97a1a55 polkit: add polkit as a required distro feature c049e02 polkit: inherit distro_features_check We need to propagate that to all recipes that use/need them, such as this packagegroup, otherwise 'world' will fail. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-18ndctl: disable ndctl-monitor service by defaultChangqing Li
ndctl-monitor service will start failed if there is no nvdimm device like on qemux86, so disable it by default, user can enable it if their machine support this device. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-11packagegroup-meta-oe: espeak-data is goneKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-28ell: update to 0.17Stefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-20packagegroup-meta-oe: add polkit depending on distro featureStefan Agner
Add polkit and related packages depending on whether polkit is enabled in DISTRO_FEATURES. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-19glibmm: upgrade 2.56.0 -> 2.58.0Andreas Müller
remove-examples.patch was refreshed with devtool Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-19libsigc++-2.0: upgrade 2.10.0 -> 2.10.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-26packagegroup-meta-oe: Remove unbuildable packages on risc-v from rdepKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-26packagegroup-meta-oe: Exclude android-tools breakpad on ppcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-26packagegroup-meta-oe: Exclude unbuildable packages on mips64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-05ndctl: remove useless module-base inheritingHongxu Jia
While inheriting module-base, PACKAGE_ARCH = ${MACHINE_ARCH}, it caused building lib32-libblockdev do_configure failure: [snip] checking for libndctl >= 58.4... no No package 'libndctl' found [snip] The lib32-ndctl with MACHINE_ARCH deployed to /usr/lib64/pkgconfig/ libndctl.pc rather than expected /usr/lib/pkgconfig/libndctl.pc Inherit module-base is helpless, remove it. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04packagegroup-meta-oe: Remove packages which don't build for muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04packagegroup-meta-oe: Remove arch specific packages as neededKhem Raj
Some packages are not supported on all architectures, therefore they can not be included unconditionally. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04toybox: use cml1.bbclass to add a proper menuconfig taskEduardas Meile
It is sometimes convenient to use "bitbake toybox -c menuconfig". Signed-off-by: Eduardas Meile <eduardas.m@fods.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04toybox: fix to use "usrmerge" distro feature properlyEduardas Meile
Signed-off-by: Eduardas Meile <eduardas.m@fods.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-03packagegroup-meta-oe: rename the group that contains ptest packagesAlexander Kanavin
Otherwise packagegroup.bbclass includes the -ptest package for the second time which leads to this error: ERROR: packagegroup-meta-oe-1.0-r0 do_package: QA Issue: packagegroup-meta-oe-ptest is listed in PACKAGES multiple times, this leads to packaging errors. [packages-list] ERROR: packagegroup-meta-oe-1.0-r0 do_package: Fatal QA errors found, failing task. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-03packagegroup-meta-oe: drop ptest packages that do not existAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-27ndctl: v62 -> v63Hongxu Jia
- Upstream introduce --with-systemd to replace --with-systemd-unit-dir [86ab28b ndctl, build: Introduce --with-{bash,systemd}] It fixed previously "No package 'systemd' found" failure - Remove COMPATIBLE_HOST to build on more machines. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26ell: update to 0.15Martin Hundebøll
Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26ell: remove unused patchMartin Hundebøll
Commit cc7bce67b ('ell: update to 0.8') removed the patch from SRC_URI but forgot to delete it from the git tree. Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26packagegroup-meta-oe: fix build issuesArmin Kuster
ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'freeglut'] ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'libsdl2-ttf'] ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'libmad'] ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'faad2'] ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'mpv'] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-12ptest: add addition packagegroups and image for ptestsArmin Kuster
Need a method to run ptests in meta-oe and to build test tasks not done via a world build Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02dbus-broker: fetch submodules tooBrad Bishop
dbus-broker depends on a number of submodules. Make sure to recursively fetch those as well. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-18toybox: Fix paths to match OE conventionsDan McGregor
Many toybox commands get installed in places that are unexpected in openembedded-core, causing conflicts. Fix up the paths I identified that are causing conflicts. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16opencl-icd-loader: Initial recipe for OpenCL ICD loaderAnkit Navik
This patch provides ICD loader library, ICD loader test binary and some helper library for test. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16opencl-headers: Initial recipe for OpenCL headersAnkit Navik
Add generic recipe for OpenCL API headers. Suggested-by: Burton, Ross <ross.burton@intel.com> Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-11dbus-broker: update to 16William A. Kennington III via Openembedded-devel
Dropped the patches for version 13 as they are now included in the upstream dbus-broker codebase. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24ell: update to 0.8Martin Hundebøll
Remove backported patch and make reconfiguration work by allowing the build-aux folde to exist already. Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-21plymouth: Fix-build with glibc 2.28Andreas Müller
I tried to update plymouth to 0.9.3 but that did not work as it used to. So postpone that. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-20ndctl: Upgrade to v62Khem Raj
- Fix build with musl - Package systemd support - Inherit bash-completion bbclass Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15toybox: Add missing dep on virtual/cryptKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02usleep: use update-alternativesLi Zhou
To solve below error: update-alternatives: Error: not linking [...]/rootfs/bin/usleep to /bin/busybox.nosuid since [...]/rootfs/bin/usleep exists and is not a link add using update-alternatives in usleep. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-26ndctl: Add the NDCTL packageAlistair Francis
Add the NDCTL package (the libnvdimm utility library). This is based on the work from the meta-luv layer with a version bump. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20mm-common: 0.9.11 -> 0.9.12Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-14glibmm: Upgrade to 2.56.0Mingli Yu
* Remove the backported patch 0001-Glib-Threads-Private-Fix-gobj.patch Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-12ell: update patch status to backportMartin Hundebøll
Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-12ell: update to 0.6Martin Hundebøll
Remove upstreamed patch to fix musl build, and replace with another (submitted) patch to fix a new musl issue. Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-28dbus-broker: Upgrade to latest and fix build on muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-30Revert "libxml++: only include when x11 in DISTRO_FEATURES"Martin Jansa
This reverts commit 44ece3daea4028e72473b6316ba3c7c54d833166. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-04-13dbus-broker: include only if systemd is DISTO_FEATUREArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13libdbus-c++: Refresh patches v2Armin Kuster
v2] refresh via quilt push/refresh rather than devtool Signed-off-by: Armin Kuster <akuster808@gmail.com>