Advertisement
RobertBerger

current

Sep 7th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. diff --git a/recipes-bsp/u-boot/u-boot-phytec-imx_2019.04.bb b/recipes-bsp/u-boot/u-boot-phytec-imx_2019.04.bb
  2. index 577d400..a910566 100644
  3. --- a/recipes-bsp/u-boot/u-boot-phytec-imx_2019.04.bb
  4. +++ b/recipes-bsp/u-boot/u-boot-phytec-imx_2019.04.bb
  5. @@ -19,9 +19,9 @@ SRC_URI += "file://0001-Add-target-to-generate-initial-environment.patch"
  6. # I would think it should work, since it's a
  7. # build time dependency
  8. #
  9. -# DEPENDS += " \
  10. -# firmware-imx-8m \
  11. -# "
  12. +DEPENDS += " \
  13. + firmware-imx-8m \
  14. + "
  15. #
  16. # RDPENEDS is wrong anyhow for what I want it,
  17. # since it's runtime dependencies
  18. @@ -30,7 +30,7 @@ SRC_URI += "file://0001-Add-target-to-generate-initial-environment.patch"
  19. #
  20. # this works:
  21. #
  22. -do_compile[depends] = "firmware-imx-8m:do_deploy"
  23. +#do_compile[depends] = "firmware-imx-8m:do_deploy"
  24.  
  25. do_compile_prepend() {
  26. bbnote 8MQ/8MM/8MN firmware
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement