summaryrefslogtreecommitdiffstats
path: root/conf/include/local/sota_raspberrypi.inc
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-04-26 12:36:38 +0200
committerGitHub <noreply@github.com>2017-04-26 12:36:38 +0200
commitbae52014b6e3a49e7adf49373238dab9f5f3b4a2 (patch)
tree4c2f39cc49525698ef8197646bd652db270df8b8 /conf/include/local/sota_raspberrypi.inc
parent4ebfc44b3eff288b8cc2f6b2b4251159cbeab14b (diff)
parent4d610e9f230dd23589b18588446c2368f3a99446 (diff)
downloadmeta-updater-bae52014b6e3a49e7adf49373238dab9f5f3b4a2.tar.gz
Merge pull request #57 from advancedtelematic/bugfix/machinc
Replace includes with bblcasses
Diffstat (limited to 'conf/include/local/sota_raspberrypi.inc')
-rw-r--r--conf/include/local/sota_raspberrypi.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/conf/include/local/sota_raspberrypi.inc b/conf/include/local/sota_raspberrypi.inc
deleted file mode 100644
index ae13b8e..0000000
--- a/conf/include/local/sota_raspberrypi.inc
+++ /dev/null
@@ -1,14 +0,0 @@
1MACHINE ?= "raspberrypi3"
2
3IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'image_types_uboot sdcard_image-rpi-ota', '', d)}"
4IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'rpi-sdimg-ota', 'rpi-sdimg', d)}"
5
6### both rpi-sdimg and rpi-sdimg-ota broken
7IMAGE_FSTYPES += "ext4.xz ext4.bmap tar.xz"
8
9KERNEL_IMAGETYPE_sota = "uImage"
10PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot"
11UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig"
12UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig"
13
14OSTREE_BOOTLOADER ?= "u-boot"