|
@@ -0,0 +1,30 @@
|
|
|
|
|
+# Copyright (C) 2015 Unknown User <unknow@user.org>
|
|
|
|
|
+# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
|
+
|
|
|
|
|
+DESCRIPTION = "Example Compound image for beaglebone "
|
|
|
|
|
+SECTION = ""
|
|
|
|
|
+
|
|
|
|
|
+# Note: sw-description is mandatory
|
|
|
|
|
+SRC_URI = "file://sw-description \
|
|
|
|
|
+ "
|
|
|
|
|
+inherit swupdate
|
|
|
|
|
+
|
|
|
|
|
+LICENSE = "MIT"
|
|
|
|
|
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
|
|
|
|
+ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
|
+
|
|
|
|
|
+# IMAGE_DEPENDS: list of Yocto images that contains a root filesystem
|
|
|
|
|
+# it will be ensured they are built before creating swupdate image
|
|
|
|
|
+IMAGE_DEPENDS = ""
|
|
|
|
|
+
|
|
|
|
|
+# SWUPDATE_IMAGES: list of images that will be part of the compound image
|
|
|
|
|
+# the list can have any binaries - images must be in the DEPLOY directory
|
|
|
|
|
+SWUPDATE_IMAGES = " \
|
|
|
|
|
+ core-image-full-cmdline \
|
|
|
|
|
+ "
|
|
|
|
|
+
|
|
|
|
|
+# Images can have multiple formats - define which image must be
|
|
|
|
|
+# taken to be put in the compound image
|
|
|
|
|
+SWUPDATE_IMAGES_FSTYPES[core-image-full-cmdline] = ".ext3"
|
|
|
|
|
+
|
|
|
|
|
+COMPATIBLE = "beaglebone"
|