diff options
Diffstat (limited to 'meta-aspeed')
-rw-r--r-- | meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb b/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb index b3a41a28a..ac1ead714 100644 --- a/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb +++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb @@ -3,3 +3,7 @@ require recipes-bsp/u-boot/u-boot.inc PROVIDES += "u-boot" DEPENDS += "dtc-native" + +# FIXME this can/should be removed when we have rebased off our +# 2016 snapshot onto a more modern (circa late 2018) u-boot tree. +BUILD_CFLAGS_remove = "-isystem${STAGING_INCDIR_NATIVE}" |