diff options
author | 2016-08-10 10:48:10 +0100 | |
---|---|---|
committer | 2016-08-10 10:48:12 +0100 | |
commit | 6329c108edd34b975255103238657594c16b49e9 (patch) | |
tree | 9a6b226655e9b8227abfa9545215f553cce2eeeb /recipes-core | |
parent | 4386c44bfd6b6b1d07102421aa614ea01b1ef178 (diff) | |
download | meta-swupd-6329c108edd34b975255103238657594c16b49e9.tar.gz meta-swupd-6329c108edd34b975255103238657594c16b49e9.tar.bz2 meta-swupd-6329c108edd34b975255103238657594c16b49e9.zip |
core-image-minimal-swupd: add example image
Add a simple image which turns core-image-minimal into a swupd-image,
this should make it easier to start investigating and understanding
meta-swupd.
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/core-image-minimal-swupd.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/images/core-image-minimal-swupd.bb b/recipes-core/images/core-image-minimal-swupd.bb new file mode 100644 index 0000000..497349e --- /dev/null +++ b/recipes-core/images/core-image-minimal-swupd.bb @@ -0,0 +1,7 @@ +require recipes-core/images/core-image-minimal.bb + +DESCRIPTION = "A small image just capable of allowing a device to boot, \ +update and add new features with swupd" + +inherit swupd-image + |