diff options
| author | cajun-rat <phil@advancedtelematic.com> | 2018-01-29 12:56:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-29 12:56:16 +0100 |
| commit | 07151ad0bbc84b83333b6535c85d2f74e52dc86b (patch) | |
| tree | 498b96b211b010c6cc9e8d0637626975725c1bd4 | |
| parent | c2022a94817ed4c68b972b8a0d8124ae1cb6574e (diff) | |
| parent | 348b181edf663b3f8034a8e2fd88e368874a4a1a (diff) | |
| download | meta-updater-07151ad0bbc84b83333b6535c85d2f74e52dc86b.tar.gz | |
Merge pull request #5 from advancedtelematic/feat/mergepyro
Feat/mergepyro
| -rw-r--r-- | meta-sota-minnowboard/recipes-bsp/bootfiles/minnowboard-efi-startup.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-sota-minnowboard/recipes-bsp/bootfiles/minnowboard-efi-startup.bb b/meta-sota-minnowboard/recipes-bsp/bootfiles/minnowboard-efi-startup.bb new file mode 100644 index 0000000..4616c4f --- /dev/null +++ b/meta-sota-minnowboard/recipes-bsp/bootfiles/minnowboard-efi-startup.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "startup.nsh for minnowboard using grub" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 4 | |||
| 5 | COMPATIBLE_MACHINE = "intel-corei7-64" | ||
| 6 | ALLOW_EMPTY_${PN} = "1" | ||
| 7 | |||
| 8 | do_install() { | ||
| 9 | echo 'fs0:\\EFI\\BOOT\\bootx64.efi' > ${DEPLOY_DIR_IMAGE}/startup.nsh | ||
| 10 | } | ||
| 11 | |||
