| Commit message (Expand) | Author | Age | Files | Lines |
* | npm.bbclass: avoid str/byte conversion problems for PKGV and SUMMARY | Patrick Ohly | 2016-06-12 | 1 | -2/+2 |
* | testexport.bbclass: Create tarballs for easy release | Mariano Lopez | 2016-06-07 | 1 | -0/+32 |
* | testexport.bbclass: Add support for testexport-tarball | Mariano Lopez | 2016-06-07 | 1 | -0/+16 |
* | testimage.bbclass: Make dependency of cpio when using RPMs | Mariano Lopez | 2016-06-07 | 2 | -0/+3 |
* | oetest.py: Add install/uninstall functionality for DUTs | Mariano Lopez | 2016-06-07 | 2 | -5/+46 |
* | lib/oeqa/otest.py: Fix import tests from other layers with python3 | Mariano Lopez | 2016-06-07 | 1 | -4/+6 |
* | rm_work: exclude all kernel recipes | Martin Jansa | 2016-06-07 | 1 | -0/+2 |
* | gobject-introspection: move to Python 3 | Alexander Kanavin | 2016-06-07 | 1 | -2/+5 |
* | meta: Drop swabber | Richard Purdie | 2016-06-07 | 1 | -94/+0 |
* | image-buildinfo: Update to python3 syntax | Richard Purdie | 2016-06-05 | 1 | -1/+1 |
* | testexport.bbclass: Update to use python3 | Mariano Lopez | 2016-06-03 | 1 | -2/+2 |
* | image-live, image-vm, wic: Remove fs size workaround | Jussi Kukkonen | 2016-06-03 | 2 | -12/+0 |
* | systemd: support systemd-boot as a stand-alone EFI bootloader | Jianxun Zhang | 2016-06-03 | 1 | -0/+124 |
* | syslinux.bbclass: Added configurable SYSLINUX_ALLOWOPTIONS variable | Davis, Michael | 2016-06-03 | 1 | -1/+7 |
* | classes/lib: Complete transition to python3 | Richard Purdie | 2016-06-02 | 4 | -5/+5 |
* | sanity: Switch urlparse to urllib.parse | Jeremy Puhlman | 2016-06-02 | 1 | -3/+3 |
* | classes/lib: Update xrange -> range for python3 | Richard Purdie | 2016-06-02 | 1 | -1/+1 |
* | classes/lib: Update to explictly create lists where needed | Richard Purdie | 2016-06-02 | 3 | -4/+4 |
* | classes/lib: Update to match python3 iter requirements | Richard Purdie | 2016-06-02 | 3 | -5/+5 |
* | classes/lib: Update to use python3 command pipeline decoding | Richard Purdie | 2016-06-02 | 8 | -31/+29 |
* | classes/lib: Convert to use python3 octal syntax | Richard Purdie | 2016-06-02 | 6 | -12/+12 |
* | sanity: Drop setting C locale | Richard Purdie | 2016-06-01 | 1 | -1/+0 |
* | systemd: allow add users as a rootfs postprocess cmd | Stephano Cetola | 2016-06-01 | 1 | -23/+20 |
* | package.bbclass: fix strip and split logic | Stephano Cetola | 2016-06-01 | 1 | -1/+2 |
* | insane: return line-feeds to qa.log | Martin Jansa | 2016-06-01 | 1 | -1/+1 |
* | sip.bbclass: remove | Alexander Kanavin | 2016-06-01 | 1 | -61/+0 |
* | python3-dir.bbclass: add a separate class for Python 3 | Alexander Kanavin | 2016-06-01 | 5 | -11/+9 |
* | distutils-native-base.bbclass, distutils3-native-base.bbclass: remove | Alexander Kanavin | 2016-06-01 | 2 | -7/+0 |
* | python-native, python3-native: remove the use of exported HOST_SYS and BUILD_... | Alexander Kanavin | 2016-06-01 | 4 | -34/+0 |
* | uboot-sign: rebuild u-boot.img with signed dtb | George McCollister | 2016-05-30 | 1 | -2/+6 |
* | gobject-introspection.bbclass: disable introspection for -native and -natives... | Alexander Kanavin | 2016-05-30 | 1 | -2/+12 |
* | gnupg.org-hosted recipes: Change SRC_URI to https site | Jussi Kukkonen | 2016-05-30 | 1 | -4/+4 |
* | gummiboot.bbclass: also write startup.nsh for non-iso | Christopher Larson | 2016-05-30 | 1 | -0/+2 |
* | grub-efi.bbclass: also write startup.nsh for non-iso | Christopher Larson | 2016-05-30 | 1 | -0/+2 |
* | kernel: Make symbol link to vmlinuz in boot directory | He Zhe | 2016-05-30 | 1 | -5/+8 |
* | kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time | He Zhe | 2016-05-30 | 4 | -77/+171 |
* | testexport.bbclass: Stop exporting test context | Mariano Lopez | 2016-05-30 | 1 | -4/+0 |
* | nopackages.bbclass: deltask foo_setscene | Robert Yang | 2016-05-30 | 1 | -0/+6 |
* | npm: add target_arch flag to npm | Brendan Le Foll | 2016-05-30 | 1 | -1/+12 |
* | sanity: check that the en_US.UTF-8 locale exists | Ross Burton | 2016-05-30 | 1 | -0/+13 |
* | sstate.bbclass: Don't create symlinks, download to the correct location | Randy Witt | 2016-05-25 | 1 | -9/+3 |
* | useradd: Fix infinite build loop | Richard Purdie | 2016-05-23 | 1 | -6/+6 |
* | image.bbclass: additional output in create_symlinks | Patrick Ohly | 2016-05-22 | 1 | -3/+5 |
* | image.bbclass: support duplicate compression types | Patrick Ohly | 2016-05-22 | 1 | -1/+9 |
* | meta: Update to modern exception syntax | Richard Purdie | 2016-05-21 | 2 | -2/+2 |
* | kernel-uimage: Fix python indentation | Richard Purdie | 2016-05-21 | 1 | -6/+6 |
* | meta/scripts: python3: rename file -> open | Richard Purdie | 2016-05-21 | 1 | -3/+2 |
* | classes/kernel: check OLDEST_KERNEL at configure time | Paul Eggleton | 2016-05-20 | 1 | -0/+14 |
* | classes/kernel: fix typo | Paul Eggleton | 2016-05-20 | 1 | -1/+1 |
* | classes/populate_sdk_ext: adjust variable blacklisting | Paul Eggleton | 2016-05-20 | 1 | -0/+4 |