summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* xen: Add RDEPENDS for xencommons.Philip Tricca2014-01-201-0/+7
| | | | | Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen: Cleanup watchdog FILES declaration.Philip Tricca2014-01-201-2/+1
| | | | | Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen: Move supporting files into xencommons and xendomains packages.Philip Tricca2014-01-201-5/+12
| | | | | Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen: move populate-volatile.sh postinst to -volatiles packageBruce Ashfield2013-12-171-1/+1
| | | | | | | We really only want this to run if the volatiles package is installed, so the postinst belongs with that same package. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen: Break volatiles out into separate package.Philip Tricca2013-12-171-1/+7
| | | | | | | | | | | | | | | | | | The Xen scripts for handling block and vif udev events depend on directories created by the Xen volatile directories. In a situation where the 'base' Xen package isn't installed (NDVM etc) these scripts fail silently. The most simple approach I could come up with is just breaking the Xen volatiles config out into it's own package and setting up the logical dependencies. Creating a new package for just a single file seems like overkill to me but it's the most straightforward thing I could come up with. Regards, Philip Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen: add xen_git recipe.Chris Patterson2013-11-071-2/+0
| | | | | | | | | Added recipe for xen unstable from git repository. Moved now empty xen-flask and xen-libblktap packages from required dependencies from xen.inc into xen_4.3.1.bb. Signed-off-by: Chris Patterson <cjp256@gmail.com>
* xen: improve organization with new xen.incChris Patterson2013-11-071-0/+632
| | | | | | Moved common recipe bits from xen_4.3.1.bb to xen.inc. Signed-off-by: Chris Patterson <cjp256@gmail.com>
* xen: remove old xen.inc and xen-python.incChris Patterson2013-11-071-314/+0
| | | | Signed-off-by: Chris Patterson <cjp256@gmail.com>
* xen: Fixed some build problemsMihai Prica2012-11-261-0/+5
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: Added target include dirs for python bindingsMihai Prica2012-11-261-0/+3
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: Added fix to work on all architecturesMihai Prica2012-11-261-1/+2
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: More recent versions of bitbake require double quotes on variable ↵Raymond Danks2012-07-021-1/+1
| | | | | | definitions. Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: Initial package creation.Raymond Danks2012-06-211-0/+305
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>