diff options
| author | Paul Barker <pbarker@konsulko.com> | 2020-11-25 15:33:57 +0000 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-11-27 14:29:55 +0000 |
| commit | ba3a417fbbccb5f6af9ac036eac97c87dcf4c1b7 (patch) | |
| tree | d2adfc8753f747636022f5dabe5258945fcdb69a /conf | |
| parent | b8440b3d26fc0b59acd48ed6f3e39e00cd867f6c (diff) | |
| download | meta-raspberrypi-ba3a417fbbccb5f6af9ac036eac97c87dcf4c1b7.tar.gz | |
rpi-bootfiles: Rename recipe to avoid ambiguity
The name `bootfiles` is too generic, we should use `rpi-bootfiles`
instead.
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/rpi-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index d4a25a4..18368c6 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
| @@ -123,7 +123,7 @@ IMAGE_BOOT_FILES ?= "${BOOTFILES_DIR_NAME}/* \ | |||
| 123 | '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \ | 123 | '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \ |
| 124 | " | 124 | " |
| 125 | do_image_wic[depends] += " \ | 125 | do_image_wic[depends] += " \ |
| 126 | bootfiles:do_deploy \ | 126 | rpi-bootfiles:do_deploy \ |
| 127 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ | 127 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ |
| 128 | " | 128 | " |
| 129 | 129 | ||
