]> code.ossystems Code Review - meta-freescale.git/commit
u-boot-fslc-mxsboot-native: B!=S fix
authorTrevor Woerner <twoerner@gmail.com>
Wed, 12 Feb 2020 23:57:46 +0000 (18:57 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Feb 2020 02:50:58 +0000 (23:50 -0300)
commit8e887cfcd810631680f5618b33eb0916cf995551
tree82d77ef36658b177b589f45e4e393165136fd9ee
parent7d3792f2e76ac4d0d4efad19729e09b284e8421d
u-boot-fslc-mxsboot-native: B!=S fix

MACHINEs such as the imx23evk and imx28evk (i.e. the mxs MACHINEs)
failed to build because the recipe for u-boot-fslc-mxsboot-native wasn't
instrumented to support ${B} != ${S}, which is used as a result of inheriting
u-boot-fslc-common. In other words, the inherit was setting up ${B} != ${S},
but then u-boot-fslc-mxsboot didn't know what to do in this scenario.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
recipes-bsp/u-boot/u-boot-fslc-mxsboot_2019.07.bb