Searched refs:pylibfdt (Results 1 – 7 of 7) sorted by relevance
138 $(MAKE) pylibfdt; \243 PYLIBFDT_srcdir = pylibfdt244 PYLIBFDT_objdir = pylibfdt246 include $(PYLIBFDT_srcdir)/Makefile.pylibfdt248 .PHONY: pylibfdt249 pylibfdt: $(PYLIBFDT_objdir)/_libfdt.so target
21 $ PYTHONPATH=../pylibfdt python40 $ cd pylibfdt55 ./pylibfdt/setup.py [--prefix=/path/to/install_dir]61 To install both libfdt and pylibfdt you can use:
39 export PYTHONPATH=${DTC_DIR}/pylibfdt
32 subdir-$(CONFIG_PYLIBFDT) += pylibfdt
301 pythonpath = PYTHONPATH=scripts/dtc/pylibfdt
3 * pylibfdt - Flat Device Tree manipulation in Python67 return 'pylibfdt error %d: %s' % (self.err, fdt_strerror(self.err))
837 if [ -f ../pylibfdt/_libfdt.so ]; then