diff mbox series

[meta-swupdate-boards] libubootenv,swupdate: Add empty fallback for config files

Message ID 20200227185540.167885-1-raj.khem@gmail.com
State Accepted
Headers show
Series [meta-swupdate-boards] libubootenv,swupdate: Add empty fallback for config files | expand

Commit Message

Khem Raj Feb. 27, 2020, 6:55 p.m. UTC
Helps to keep using this layer for building the machines which do
not use swupdate perhaps _yet_

Needed for distros which may support multiple BSP layers

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-bsp/libubootenv/files/fw_env.config        | 0
 recipes-support/swupdate/swupdate/09-swupdate-args | 0
 recipes-support/swupdate/swupdate/swupdate.cfg     | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 recipes-bsp/libubootenv/files/fw_env.config
 create mode 100644 recipes-support/swupdate/swupdate/09-swupdate-args
 create mode 100644 recipes-support/swupdate/swupdate/swupdate.cfg
diff mbox series

Patch

diff --git a/recipes-bsp/libubootenv/files/fw_env.config b/recipes-bsp/libubootenv/files/fw_env.config
new file mode 100644
index 0000000..e69de29
diff --git a/recipes-support/swupdate/swupdate/09-swupdate-args b/recipes-support/swupdate/swupdate/09-swupdate-args
new file mode 100644
index 0000000..e69de29
diff --git a/recipes-support/swupdate/swupdate/swupdate.cfg b/recipes-support/swupdate/swupdate/swupdate.cfg
new file mode 100644
index 0000000..e69de29