diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-24 13:59:21 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-24 13:59:21 +0200 |
commit | abe6250af91c4b3193511f4dd5fbfb7ee40d76d5 (patch) | |
tree | 040bcd7509accf453145b2c0c77b06d8e35a13e9 /meta-sota/conf/include | |
parent | e4bc8c7058fbf27969a967a5e30f15fcf22544bd (diff) |
Wipe out sota-related codeeel_4.99.3eel_4.99.2eel_4.99.1eel/4.99.3eel/4.99.2eel/4.99.1dab_3.99.1dab/3.99.14.99.34.99.24.99.13.99.1
Moved to meta-updater@github.com/advancedtelenmatic
Change-Id: I7c89d373e43a88a89155c72de87c0b4b5238bc52
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/conf/include')
-rw-r--r-- | meta-sota/conf/include/agl-sota.inc | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-sota/conf/include/agl-sota.inc b/meta-sota/conf/include/agl-sota.inc deleted file mode 100644 index 9e8e794..0000000 --- a/meta-sota/conf/include/agl-sota.inc +++ /dev/null @@ -1,34 +0,0 @@ -DISTRO_FEATURES_append = " agl-ota" -OVERRIDES .= ":sota" - -IMAGE_INSTALL_append = " ostree" - -# live image for OSTree-enabled systems -IMAGE_CLASSES += "image_types_ostree image_types_ota" -IMAGE_FSTYPES += "ostreepush otaimg wic" -WKS_FILE = "sdimage-sota.wks" -do_image_wic[depends] += "${IMAGE_BASENAME}:do_image_otaimg" - -# required by wic's partitions.py, but is not pulled properly by bitbake -EXTRA_IMAGEDEPENDS += " dosfstools-native mtools-native" - -# No working WKS for Raspberry Pi yet -IMAGE_FSTYPES_remove_raspberrypi3 = "wic" -IMAGE_FSTYPES_remove_raspberrypi2 = "wic" - -# Still to be integrared -IMAGE_FSTYPES_remove_cyclone5 = "wic" -IMAGE_FSTYPES_remove_dra7xx-evm = "wic" -IMAGE_FSTYPES_remove_dragonboard-410c = "wic" -IMAGE_FSTYPES_remove_h3ulcb = "wic" -IMAGE_FSTYPES_remove_intel-corei7-64 = "wic" -IMAGE_FSTYPES_remove_joule = "wic" -IMAGE_FSTYPES_remove_qemux86-64 = "wic" -IMAGE_FSTYPES_remove_qemux86 = "wic" - -# Please redefine OSTREE_REPO in order to have a persistent OSTree repo -OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" -OSTREE_BRANCHNAME ?= "agl-ota-${MACHINE}" -OSTREE_OSNAME ?= "agl" -OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" - |