diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-03-07 10:29:25 -0600 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-03-07 23:35:18 +0000 |
commit | ad7693c9a06a35f7251ea607c0290583c6b5c4ab (patch) | |
tree | 138a92b6a98f280a9337a32266f60b1a6f774d04 | |
parent | 0e1e2c6e0aebab8a7536f81dc25f50c0f2f6d518 (diff) | |
download | meta-raspberrypi-ad7693c9a06a35f7251ea607c0290583c6b5c4ab.tar.gz |
rpi-base.inc: set default wic kickstart file
While wic is not a standard image, adding it to IMAGE_FSTYPES in
local.conf will fail unless a WKS_FILE is provided.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index ae71818..8042d65 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -6,6 +6,7 @@ SOC_FAMILY = "rpi" | |||
6 | include conf/machine/include/soc-family.inc | 6 | include conf/machine/include/soc-family.inc |
7 | 7 | ||
8 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" |
9 | WKS_FILE ?= "sdimage-raspberrypi.wks" | ||
9 | 10 | ||
10 | XSERVER = " \ | 11 | XSERVER = " \ |
11 | xserver-xorg \ | 12 | xserver-xorg \ |