aboutsummaryrefslogtreecommitdiff
path: root/libs/dtc/Makefile
Commit message (Collapse)AuthorAge
* dtc: drop packageRafał Miłecki2022-01-03
| | | | | | | | It has been imported as core package into OpenWrt repository. Its fdtget is required by sysupgrade on U-Boot devices so it couldn't live in an extra feed. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* dtc: switch to compiling with mesonRosen Penev2021-09-22
| | | | | | Faster and more parallel friendly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dtc: update to 1.6.1Rosen Penev2021-07-08
| | | | | | | | Fixes compilation with GCC11. Reorganized Makefile variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dtc: bump to version 1.6.0Yousong Zhou2020-03-20
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* dtc: Add missing dependency to -utilsRosen Penev2019-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dtc: bump to version 1.5.1Yousong Zhou2019-09-16
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* dtc: backport patch to export fdt_check_full()Yousong Zhou2019-08-20
| | | | | | | This is required for configure script of QEMU to detect presence of system libfdt library Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* dtc: bump to version 1.5.0Yousong Zhou2019-03-15
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* dtc: bump to version 1.4.7Yousong Zhou2018-07-30
| | | | Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
* dtc: Fix dead URLsRosen Penev2018-07-22
| | | | | Fixes uscan. URL taken from Debian. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: use mirror tag @KERNEL where applicableYousong Zhou2018-05-09
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* dtc: add subpackage fdt-utilsYousong Zhou2018-05-09
| | | | | Suggested-by: Tom Burkart <tom@aussec.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* dtc: bump to version 1.4.6Yousong Zhou2018-05-09
| | | | | Suggested-by: Tom Burkart <tom@aussec.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libs/dtc: fix build on x86_64Alexandru Ardelean2017-01-11
| | | | | | | | | | | | | | Fixes build error: ``` x86_64-openwrt-linux-musl-gcc -L/home/sandu/work/lede/staging_dir/target-x86_64_musl-1.1.15/usr/lib -L/home/sandu/work/lede/staging_dir/target-x86_64_musl-1.1.15/lib -L/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/usr/lib -L/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/lib -znow -zrelro -fPIC -shared -Wl,--version-script=libfdt/version.lds -Wl,-soname,libfdt.so.1 -o libfdt/libfdt-1.4.2.so libfdt/fdt.o libfdt/fdt_ro.o libfdt/fdt_wip.o libfdt/fdt_sw.o libfdt/fdt_rw.o libfdt/fdt_strerror.o libfdt/fdt_empty_tree.o libfdt/fdt_addresses.o /home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/lib64/gcc/x86_64-openwrt-linux-musl/5.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: libfdt/fdt.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC libfdt/fdt.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:283: recipe for target 'libfdt/libfdt-1.4.2.so' failed make[4]: *** [libfdt/libfdt-1.4.2.so] Error 1 ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* dtc: initial version 1.4.2Yousong Zhou2016-12-11
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>