Commit Graph

2 Commits

Author SHA1 Message Date
Matej Postolka
333dbe29d0 u-boot: bump version to 2018.03
Signed-off-by: Matej Postolka <xposto02@stud.fit.vutbr.cz>
2018-04-17 12:20:04 +02:00
Sergey Matyukevich
1af0ae84d1 u-boot: fix binman/libfdt/pylibfdt build issue
Binman host tool in u-boot depends on libfdt library and pylibfdt module.
All the needed libraries and python modules are a part of u-boot.
This patch adds libfdt and pylibfdt to u-boot build:
- add required dependencies swig-native and python3-native
- fix python setup-tools issue: pass proper shared lib linker

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
2017-12-03 21:53:46 +03:00