summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/build-appliance-image.bb
Commit message (Collapse)AuthorAgeFilesLines
* build-appliance: Add version infoSaul Wold2013-04-291-93/+0
| | | | | | | (From OE-Core rev: 1acc6c60c39a6c8982b228ac8dbc85acc89a0032) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: add SUMMARY, HOMEPAGE and improve DESCRIPTIONPaul Eggleton2013-04-291-3/+5
| | | | | | | | | | | Move the link from DESCRIPTION to HOMEPAGE and add a short SUMMARY. Also move IMAGE_INSTALL line to be further down in the recipe. (From OE-Core rev: be1f94152032f6bcbc0c37c6b57dbc6ab3caf6dc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance: Update to latest dylan revision for releaseRichard Purdie2013-04-181-1/+1
| | | | | | (From OE-Core rev: 94e3f18214e2e35076c52ed27252073f788ec01f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance: Update revision to dylan releaseRichard Purdie2013-04-181-1/+1
| | | | | | (From OE-Core rev: 2453504004cfb6c9b5030b557f421e580802a280) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: upgrade to newer poky revision.Cristian Iorga2013-03-151-3/+1
| | | | | | | | | | | | | | | | | Upgraded to poky commit: d823759b4594143d522eae0b2a2498436a6dcb1e - Includes fixes and enhancements to Hob; - Includes fixes and improvements to bitbake; - Includes the switch to Linux kernel 3.8; - Includes fixes to network connectivity. Fixes [YOCTO #3843]. (From OE-Core rev: 6cdd70ddc16f72103e889676a185144ff582deca) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance: Updated to include bblayers.conf.sample fixCristian Iorga2012-12-111-2/+2
| | | | | | | | | | In Build Appliance, Hob didn't start because it crashed checking bblayers.conf (From OE-Core rev: fb04d8e6404c7ee35b636cf2cb886acfba22b8d7) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Allow SRCREV to be overridenSaul Wold2012-12-031-1/+1
| | | | | | | | | | This will allow use to automagically set the SRCREV for builds on the autobuilder. It will still require manual updating for releases. (From OE-Core rev: ab6c778af4333387e742ddab4e690e43de63f204) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Updated to wget mixed-up commands fixCristian Iorga2012-11-271-2/+2
| | | | | | | | | Fixes Hob network test failing inside BA. (From OE-Core rev: 89884032c5c39d6343f7b30ed3e040052aeb87d9) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Add explict dependency on do_unpackRichard Purdie2012-11-241-0/+2
| | | | | | | | | | | The code called by do_rootfs explicitly needs the code obtained during do_unpack. If built from sstate, it might not be present so we ensure it is by adding an explicit dependency. This fixes build failures when building from sstate. (From OE-Core rev: 53d3c3caf1894e088ebf10fdf233cdf109b04da6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Update to dee77eca39f406f90e60d9c5ef7a66fcc8f57dbf commitCristian Iorga2012-11-211-2/+2
| | | | | | | | | | | | There are a lot of improvements in Hob and a critical fix to bitbake affecting Build Appliance, so the poky revision is upped to include these changes. (From OE-Core rev: 654d5816f8ff696d42d72cfb881d5e51330a79b6) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Simplify fetch/unpack executionRichard Purdie2012-11-211-4/+4
| | | | | | | | | | | | This provides a slightly neater way of ensuring fetch/unpack get executed (image.bbclass marks them as noexec) since I found the current approach harder to understand at first glance. (From OE-Core rev: 84021fd694d0a7bb1e4f49c0f7c46a0fbd178924) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance: ensure zip file is linked locallySaul Wold2012-10-181-1/+1
| | | | | | | | | | This makes the symbolic link portable with the dated zip file, otherwise the link still points to the original deploy directory. (From OE-Core rev: 0fc83102eeb48b85027c5b1202d8a584f51679a7) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Fix spacing in DESCRIPTIONPaul Eggleton2012-10-041-1/+2
| | | | | | | | | Fixes [YOCTO #2636] (From OE-Core rev: 831b88806a3cb0125003aa6d3348716bcfd662a1) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: fix for packagegroup-apps-console removalPaul Eggleton2012-09-051-2/+2
| | | | | | | | (From OE-Core rev: ca8ff97080b635ff9ba21c2a2f6d33cb211f7a83) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Update to latest poky masterRichard Purdie2012-09-041-1/+1
| | | | | | (From OE-Core rev: da9b66ddde02ec19f3f83f23eb2b595af9a57520) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-core-x11*: adjust X11 package groupsPaul Eggleton2012-09-041-1/+1
| | | | | | | | | | | | | | | | | | | Now the Sato pieces have been moved out, rebase packagegroup-core-x11 on packagegroup-x11-mini but using the structure/contents of meta-oe's task-x11 so that it can replace that; rename packagegroup-core-x11-mini to packagegroup-core-x11-base and pull in the xserver/utils packages via packagegroup-core-x11, and move both of these recipes under recipes-graphics. x11-mini is renamed to x11-base as it's what people should build on top of and since x11-mini is newer, the corresponding IMAGE_FEATURES item is less likely to be used in existing user recipes. (From OE-Core rev: 0cc9ced7d96b960994b0671095bc74becfc55e2c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename task to packagegroupPaul Eggleton2012-09-041-1/+1
| | | | | | | | | | | | "Package group" is a much more appropriate name for these than task, since we use the word task to describe units of work executed by BitBake. (From OE-Core rev: 424dcf7046e4ad09dcc664eb1992201195247fcf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance: add zip-native, which is needed to build the final zip bundleSaul Wold2012-09-041-1/+2
| | | | | | | (From OE-Core rev: 8aeceab5d03fa3c88f0128ce1ac6bfde0d88e1b6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Update SRCREV for beta buildSaul Wold2012-08-251-1/+1
| | | | | | | (From OE-Core rev: 1c4d7a04ff47c5b5e6fa4f689f60f7178192873b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Add vmx* files and build zip fileSaul Wold2012-08-241-1/+20
| | | | | | | | | | This commit adds the vmx* files needed to setup a VMware image, this also packages the vmdk along with the vmx files. (From OE-Core rev: 968cfc0b630fb409430a46b1512d6bf0de225ad1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Update SRCREV to Denzil 1.2.1Saul Wold2012-08-241-1/+1
| | | | | | | (From OE-Core rev: 3aeb67524cecfe4890fb8e76d75a82ed037c65f0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: rename from self-hosted-imageValentin Popa2012-06-291-0/+70
(-) renamed self-hosted-image to build-appliance-image (-) replaced build-appliance-image description [YOCTO #2636] (From OE-Core rev: 04096f31778886479dac479132bded57e717653e) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>