| Commit message (Expand) | Author | Age | Files | Lines |
* | kmod: 24 -> 25 | Huang Qiyu | 2018-01-29 | 1 | -2/+2 |
* | kernel: Add support for multiple kernel packages | Haris Okanovic | 2018-01-02 | 1 | -9/+5 |
* | depmodwrapper-cross: Set PACKAGES='' | Richard Purdie | 2017-12-21 | 1 | -0/+1 |
* | kmod: upgrade to 24 | Chen Qi | 2017-06-09 | 2 | -47/+2 |
* | sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state | Peter Kjellerstedt | 2017-05-01 | 1 | -1/+1 |
* | kmod: set ac_cv_path_DOLT_BASH to /usr/bin/env bash | Robert Yang | 2017-04-10 | 1 | -0/+2 |
* | depmodwrapper-cross/qemuwrapper-cross: Drop unneeded binutils dependency | Richard Purdie | 2017-02-23 | 1 | -0/+2 |
* | kmod: Fix handling of quotes in kernel command line | James Minor | 2017-01-31 | 2 | -0/+45 |
* | Switch to Recipe Specific Sysroots | Richard Purdie | 2017-01-23 | 1 | -0/+1 |
* | Remove LIC_FILES_CHKSUM from recipes without SRC_URI | Olaf Mandel | 2016-10-28 | 1 | -1/+0 |
* | kmod: enable optional building of manpages | Alexander Kanavin | 2016-10-28 | 1 | -2/+3 |
* | kmod: do not let gtkdocize fail | Alexander Kanavin | 2016-09-09 | 1 | -1/+1 |
* | kmod: inherit pkgconfig | Maxin B. John | 2016-09-09 | 1 | -3/+1 |
* | kmod: upgrade to 23 | Chen Qi | 2016-08-20 | 1 | -2/+2 |
* | depmodwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot | Peter Kjellerstedt | 2016-05-13 | 1 | -5/+1 |
* | depmodwrapper-cross: nopackages to avoid QA [buildpaths] issue | Hongxu Jia | 2016-02-28 | 1 | -0/+2 |
* | kmod: use bash-completion.bbclass | George McCollister | 2016-01-30 | 1 | -3/+2 |
* | kmod: upgrade to 22 | Chen Qi | 2016-01-15 | 1 | -2/+2 |
* | kmod: Change SRCREV to fix return code in error path | Aníbal Limón | 2015-09-24 | 1 | -1/+1 |
* | kmod: fix link creation when base_bindir != /bin | Joshua Lock | 2015-09-18 | 1 | -2/+2 |
* | depmodwrapper-cross: set S correctly | Ross Burton | 2015-07-16 | 1 | -0/+2 |
* | kmod: upgrade to 21 | Chen Qi | 2015-06-27 | 1 | -2/+6 |
* | kmod: remove 0001-Makefile.am-fix-parallel-build-problem.patch | Robert Yang | 2015-04-30 | 1 | -29/+0 |
* | kmod: upgrade to 20 | Chen Qi | 2015-04-15 | 5 | -40/+57 |
* | kernel: Fix depmod for multilib | Richard Purdie | 2015-01-29 | 1 | -6/+6 |
* | kmod: new PACKAGECONFIG debug and logging to help reduce binary size. | Gustavo Sverzut Barbieri | 2015-01-29 | 1 | -1/+4 |
* | kernel/image/depmodwrapper: Fixups for depmod | Richard Purdie | 2015-01-23 | 1 | -6/+6 |
* | depmodwrapper-cross: Update to use STAGING_KERNEL_BUILDDIR | Richard Purdie | 2015-01-17 | 1 | -6/+6 |
* | kmod: upgrade to 19 | Chen Qi | 2014-12-27 | 3 | -41/+14 |
* | kmod: fix debuginfo is missing in shared library | Chong Lu | 2014-11-04 | 2 | -1/+10 |
* | kmod: Upgrade to latest git | Saul Wold | 2014-07-17 | 2 | -2/+30 |
* | kmod: update Upstream-Status for one patch | Cristiana Voicu | 2014-05-08 | 1 | -0/+2 |
* | Globally replace 'base_contains' calls with 'bb.utils.contains' | Otavio Salvador | 2014-04-25 | 1 | -1/+1 |
* | kmod: upgrade to v17 via git | Cristiana Voicu | 2014-04-23 | 2 | -4/+4 |
* | kmod: fix O_CLOEXEC not supported on old kernel | Robert Yang | 2014-04-01 | 2 | -0/+39 |
* | kmod: Update to Rev 16 via git | Cristiana Voicu | 2014-01-06 | 4 | -83/+3 |
* | kmod: fix zlib dependency | Martin Jansa | 2014-01-02 | 3 | -1/+5 |
* | Add missing SUMMARY values | Paul Eggleton | 2014-01-02 | 1 | -0/+1 |
* | Replace one-line DESCRIPTION with SUMMARY | Paul Eggleton | 2014-01-02 | 1 | -1/+1 |
* | meta/*: remove unnecessary patches | Chong Lu | 2013-12-10 | 1 | -17/+0 |
* | kmod: avoid parallel-tests | Tudor Florea | 2013-12-03 | 2 | -4/+7 |
* | recipes: Remove PR = r0 from all recipes | Richard Purdie | 2013-10-30 | 1 | -1/+0 |
* | kmod: Update to Rev 15 via git | Saul Wold | 2013-10-18 | 3 | -11/+10 |
* | kmod: Add patch to fix seperate build dir of ptest | Saul Wold | 2013-10-18 | 2 | -0/+35 |
* | kmod-native: use bswap to work on older Linux hosts | Ting Liu | 2013-10-14 | 2 | -0/+40 |
* | kmod: ptest fixes | Tudor Florea | 2013-10-07 | 3 | -9/+9 |
* | kmod: avoid parallel-tests | Tudor Florea | 2013-09-10 | 2 | -0/+19 |
* | kmod: Upgrade to version 14 | Khem Raj | 2013-08-28 | 6 | -43/+60 |
* | ptest: fix Upstream-status | Saul Wold | 2013-07-29 | 1 | -1/+1 |
* | kmod: Add ptest | Tudor Florea | 2013-07-24 | 4 | -1/+42 |