Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- index 577d400..a910566 100644
- --- a/recipes-bsp/u-boot/u-boot-phytec-imx_2019.04.bb
- +++ b/recipes-bsp/u-boot/u-boot-phytec-imx_2019.04.bb
- @@ -19,9 +19,9 @@ SRC_URI += "file://0001-Add-target-to-generate-initial-environment.patch"
- # I would think it should work, since it's a
- # build time dependency
- #
- -# DEPENDS += " \
- -# firmware-imx-8m \
- -# "
- +DEPENDS += " \
- + firmware-imx-8m \
- + "
- #
- # RDPENEDS is wrong anyhow for what I want it,
- # since it's runtime dependencies
- @@ -30,7 +30,7 @@ SRC_URI += "file://0001-Add-target-to-generate-initial-environment.patch"
- #
- # this works:
- #
- -do_compile[depends] = "firmware-imx-8m:do_deploy"
- +#do_compile[depends] = "firmware-imx-8m:do_deploy"
- do_compile_prepend() {
- bbnote 8MQ/8MM/8MN firmware
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement