Difference between revisions of "Swupdate"
From ElphelWiki
(Created page with "=Setup= * Kubuntu 16.04 * Yocto Poky 2.0 (Jethro) =Issues= ==fatal error: openssl/evp.h: No such file or directory== sudo apt-get install libssl-dev") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* Kubuntu 16.04 | * Kubuntu 16.04 | ||
* Yocto Poky 2.0 (Jethro) | * Yocto Poky 2.0 (Jethro) | ||
+ | |||
+ | =Install= | ||
+ | * moved u-boot-fw-utils%.bb install function to [https://github.com/Elphel/meta-ezynq/blob/master/recipes-bsp/u-boot/u-boot-fw-utils%25.bbappend u-boot-fw-utils%.bbappend] to keep u-boot building | ||
=Issues= | =Issues= | ||
==fatal error: openssl/evp.h: No such file or directory== | ==fatal error: openssl/evp.h: No such file or directory== | ||
− | sudo apt-get install libssl-dev | + | solution: sudo apt-get install libssl-dev |
+ | |||
+ | ==lib.a: No such file or directory== | ||
+ | |||
+ | Didn't run '''oe_runmake env'''. It was failing with an error: '''No rule to make target 'dev'''' - wasn't in the build dir. |
Latest revision as of 17:09, 13 July 2016
Contents
Setup
- Kubuntu 16.04
- Yocto Poky 2.0 (Jethro)
Install
- moved u-boot-fw-utils%.bb install function to u-boot-fw-utils%.bbappend to keep u-boot building
Issues
fatal error: openssl/evp.h: No such file or directory
solution: sudo apt-get install libssl-dev
lib.a: No such file or directory
Didn't run oe_runmake env. It was failing with an error: No rule to make target 'dev' - wasn't in the build dir.