1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| # Copyright (c) 2021, Rockchip Electronics Co., Ltd
| # Released under the MIT license (see COPYING.MIT for the terms)
|
| SUMMARY = "Dummy loader for external bootloaders"
| SECTION = "bootloaders"
|
| LICENSE = "MIT"
| LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
| PROVIDES = "virtual/bootloader"
|
| addtask do_deploy
|
| # Do nothing here
| do_deploy () {
| :
| }
|
|