Home
last modified time | relevance | path

Searched refs:pylibfdt (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/test/
Drun21 PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test \
25 PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test ./tools/dtoc/dtoc -t
31 PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test \
/external/dtc/
DMakefile138 $(MAKE) pylibfdt; \
243 PYLIBFDT_srcdir = pylibfdt
244 PYLIBFDT_objdir = pylibfdt
246 include $(PYLIBFDT_srcdir)/Makefile.pylibfdt
248 .PHONY: pylibfdt
249 pylibfdt: $(PYLIBFDT_objdir)/_libfdt.so target
DREADME21 $ PYTHONPATH=../pylibfdt python
40 $ cd pylibfdt
55 ./pylibfdt/setup.py [--prefix=/path/to/install_dir]
61 To install both libfdt and pylibfdt you can use:
/external/u-boot/scripts/dtc/
DMakefile32 subdir-$(CONFIG_PYLIBFDT) += pylibfdt
/external/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped3 * pylibfdt - Flat Device Tree manipulation in Python
54 return 'pylibfdt error %d: %s' % (self.err, fdt_strerror(self.err))
/external/u-boot/scripts/
DMakefile.spl251 pythonpath = PYTHONPATH=scripts/dtc/pylibfdt
/external/dtc/tests/
Drun_tests.sh837 if [ -f ../pylibfdt/_libfdt.so ]; then