diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-09-26 08:35:13 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-09-26 08:35:13 -0700 |
commit | 67149d869eddad4b1e487fbc4368974c153f358d (patch) | |
tree | be9db2eae71f09e50e2fa6fbc6cacb95082eacd0 /classes/rmc-boot.bbclass | |
parent | a98b71ccadc1458bf3a959e328d5ae814eb7e9b3 (diff) | |
download | meta-dpdk-67149d869eddad4b1e487fbc4368974c153f358d.tar.gz |
Removal of meta-intel content to make meta-dpdk standalone
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'classes/rmc-boot.bbclass')
-rw-r--r-- | classes/rmc-boot.bbclass | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/classes/rmc-boot.bbclass b/classes/rmc-boot.bbclass deleted file mode 100644 index 37c3e30..0000000 --- a/classes/rmc-boot.bbclass +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | # rmc-boot bbclass | ||
2 | # Deploy central RMC database file to ESP | ||
3 | |||
4 | IMAGE_INSTALL_append = " rmc" | ||
5 | RMC_BOOTLOADER ?= "systemd-boot" | ||
6 | |||
7 | inherit ${RMC_BOOTLOADER} | ||
8 | |||
9 | do_bootimg[depends] += "${MLPREFIX}rmc-db:do_deploy" | ||
10 | |||
11 | efi_populate_append() { | ||
12 | if [ -f ${DEPLOY_DIR_IMAGE}/rmc.db ]; then | ||
13 | install -m 0400 ${DEPLOY_DIR_IMAGE}/rmc.db ${DEST}/rmc.db | ||
14 | else | ||
15 | rm -f ${DEST}/rmc.db | ||
16 | fi | ||
17 | } | ||