aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/images/opie-image.bb
AgeCommit message (Collapse)Author
2016-05-14opie-image.bb: replace base_contains with bb.utils.containsAndrea Adami
Silence NOTE: /oe/meta-opie/recipes-opie/images/opie-image.bb: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-06-08opie-image*: drop LIC_FILES_CHKSUMPaul Eggleton
There's no actual content other than the packages brought in which have their own licenses, and image recipes don't have a do_configure task which would normally check this field, so just drop it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26opie-image: add package-management to IMAGE_FEATURESPaul Eggleton
This image already contains opie-packagemanager so we need this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26opie-image: add to IMAGE_FEATURES instead of setting itPaul Eggleton
This allows EXTRA_IMAGE_FEATURES to work (and thus enables the default debug-tweaks feature to be enabled, providing a blank password for debugging.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-09Rename task -> packagegroupPaul Eggleton
This matches the new naming scheme in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-image: pull in task-basePaul Eggleton
task-base pulls in a lot of items right now but most of it is dictated by DISTRO_FEATURES and MACHINE_FEATURES which we really need to be honouring. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-16opie-image: inherit from core-image instead of imagePaul Eggleton
Simplifies the image recipe and allows use of base IMAGE_FEATURES. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-02Fix /etc/timestamp creation for Opie imagesPaul Eggleton
Use the OE-core style for creation of /etc/timestamp. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Add LIC_FILES_CHKSUM to many recipesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30initial commit of meta-opiePaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>