summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc
diff options
context:
space:
mode:
authorTodor Minchev <todor.minchev@linux.intel.com>2017-07-06 15:41:21 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-06 16:03:29 -0700
commitb767b5cb2f374630136b1903dba7d86dddff362d (patch)
tree0713fb62d22244396648b5ec460e31f5b926d72e /common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc
parent0f395e9fe94bf150ba050bd9d7ccf60ee20f8c04 (diff)
downloadmeta-intel-b767b5cb2f374630136b1903dba7d86dddff362d.tar.gz
rmc: split rmc.bb and rmc-efi.bb into separate recipes
X32 builds require that the bootloader is built as x86_64 binary. This patch splits the build definitions of the RMC userspace application and the RMC EFI library into separate recipes and builds an x86_64 EFI library when DEFAULTTUNE is x32. Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc')
-rw-r--r--common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc b/common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc
index db75eb68..1172d53d 100644
--- a/common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc
+++ b/common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc
@@ -1,4 +1,4 @@
1DEPENDS_append_intel-x86-common = " rmc" 1DEPENDS_append_intel-x86-common = " rmc rmc-efi"
2 2
3EXTRA_OEMAKE_append_intel-x86-common = ' EFI_LDFLAGS="-L${STAGING_DIR_HOST}/usr/lib" EFI_CFLAGS="-I${STAGING_INCDIR}/rmc -DRMC_EFI"' 3EXTRA_OEMAKE_append_intel-x86-common = ' EFI_LDFLAGS="-L${STAGING_DIR_HOST}/usr/lib" EFI_CFLAGS="-I${STAGING_INCDIR}/rmc -DRMC_EFI"'
4 4