On Tue, 19 Nov 2013 14:58:05 -0700, Stephen Warren <swarren@xxxxxxxxxxxxx> wrote: > On 11/19/2013 02:27 PM, Jason Cooper wrote: > > Unlike other build products in the Linux kernel, there is no 'make > > *install' mechanism to put devicetree blobs in a standard place. > > > > This patch is an attempt to fix this problem. Akin to 'make install', > > this creates a new make target, dtbs_install. The script that gets > > called defers to a distribution or user supplied installdtbs binary, > > if found in the system. Otherwise, the default action is to install a > > given dtb into > > > > /lib/modules/${kernel_version}/devicetree/${dts_filename}.dtb > > I still don't see why you wouldn't install the files in > /lib/devicetrees, but I suppose that location is fine. /boot/devicetrees/${kernel_version} would be my choice. /boot is more likely to be available to firmware than /lib would be. g. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html