diff options
| author | Ben Luck <ben+qa@advancedtelematic.com> | 2018-01-22 14:25:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-22 14:25:34 +0100 |
| commit | 724888f6be424c6754a40e99d3f1d201d8f48d4b (patch) | |
| tree | d42b2b8714f2919f31a2bbf3c1377cb50d38f401 | |
| parent | 1b75e3e9262cbeca0acb06ef075c635e1dc0b650 (diff) | |
| parent | c87cd245ca5686f61d527c1a53d43ed7db1d0f59 (diff) | |
| download | meta-updater-724888f6be424c6754a40e99d3f1d201d8f48d4b.tar.gz | |
Merge pull request #3 from advancedtelematic/bugfix/PRO-4677/startupsh
Deploy EFI startup.nsh for Minnowboard Max
| -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 | |||
