Re: [ptxdist] use waf in ptxdist

2017-01-31 Thread Markus Niebel
Hi Alejandro, this library comes from Freescale / NXP. as i remember, they have an EULA which has to be accepted. You have to look inside the FSL yocto BSP (or maybe buildroot has this packaged also?) for the URL of the correct version. You can define your own ptxdist package for the lib and have

Re: [ptxdist] use waf in ptxdist

2017-01-31 Thread Alejandro Vázquez
Hi Markus!! I have other question. When I try configure this lib, I need imx-vpu 3.10.17 or newer. How do I install it through ptxdist so that it detects it and does not give me error? Thanks! 2017-01-30 16:05 GMT+01:00 Markus Niebel : > Hello, > > should be working this way

Re: [ptxdist] use waf in ptxdist

2017-01-30 Thread Markus Niebel
Hello, should be working this way (just copied from an older project): 8<--- LIBIMXVPUAPI_CONF_TOOL := NO LIBIMXVPUAPI_CONF_OPT := \ --prefix="/usr" --kernel-headers="$(KERNEL_HEADERS_INCLUDE_DIR)" LIBIMXVPUAPI_CONF_OPT += \