1. Mar 17, 2015
  2. Oct 03, 2014
  3. Oct 01, 2014
  4. Sep 29, 2014
  5. Sep 25, 2014
    • Zibo Zhao's avatar
      Add udev dependency for multipath-tools package · 97e1bb10
      Zibo Zhao authored
      
      mutipath-tools package has build time dependency on udev.
      Without it, following build error will occur:
      | discovery.c:14:21: fatal error: libudev.h: No such file or directory
      | compilation terminated.
      | make[1]: *** [discovery.o] Error 1
      | make[1]: *** Waiting for unfinished jobs....
      | config.c:8:21: fatal error: libudev.h: No such file or directory
      | compilation terminated.
      | make[1]: *** [config.o] Error 1
      | structs.c:8:21: fatal error: libudev.h: No such file or directory
      | compilation terminated.
      | make[1]: *** [structs.o] Error 1
      
      Add udev into DEPENDS to avoid build failures.
      
      Signed-off-by: default avatarZibo Zhao <zibo.zhao@windriver.com>
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
      97e1bb10
  6. Sep 19, 2014
  7. Sep 04, 2014
    • Chong Lu's avatar
      lxc: fix RDEPENDS on bash · f5d690a7
      Chong Lu authored
      Split a ${PN}-template pkg to put ${datadir}/lxc/templates/, and debash in
      ${datadir}/lxc/hooks/* since the checkbashisms shows there are no bashism, so
      use /bin/sh.
      
      checkbashisms is from devscripts package:
      http://packages.ubuntu.com/trusty/devscripts
      
      
      
      Bash scripts:
      lxc/usr/share/lxc/hooks/mountcgroups:#!/bin/bash
      lxc/usr/share/lxc/hooks/ubuntu-cloud-prep:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-debian:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-openmandriva:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-archlinux:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-centos:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-plamo:1:#!/bin/bash -eu
      lxc/usr/share/lxc/templates/lxc-ubuntu-cloud:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-opensuse:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-gentoo:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-altlinux:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-sshd:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-ubuntu:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-cirros:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-busybox:1:#!/bin/bash
      lxc/usr/share/lxc/templates/lxc-fedora:1:#!/bin/bash
      
      Signed-off-by: default avatarChong Lu <Chong.Lu@windriver.com>
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
      f5d690a7
  8. Aug 27, 2014
  9. Aug 22, 2014
  10. Aug 18, 2014
  11. Jul 31, 2014
    • Keith Holman's avatar
      libvirt: add hooks directory · e51f0955
      Keith Holman authored
      
      Libvirt contains the functionality to run hooks when before and after
      it performs specific operations.  Hooks are useful in order to perform
      actions on the host that occur outside of the VM.  In order to enable
      the hooks scripts must exist in a specific directory.  This fix adds
      the required directory to the file system.
      
      Signed-off-by: default avatarKeith Holman <Keith.Holman@windriver.com>
      e51f0955
  12. Jul 29, 2014
  13. Jul 16, 2014
  14. Jul 09, 2014
  15. Jul 08, 2014
  16. Jul 07, 2014
  17. Jun 03, 2014
  18. May 14, 2014
  19. May 08, 2014
  20. May 07, 2014
  21. May 06, 2014
  22. Apr 15, 2014