Hi all, On 22.01.2012 15:49, Andreas Bießmann wrote: > This patch removes the forked mkimage u-boot tool and uses the mainline > u-boot code to build this tool. > > Signed-off-by: Andreas Bießmann <[email protected]> > ---
<snip> > +# > ---------------------------------------------------------------------------- > +# Target-Install > +# > ---------------------------------------------------------------------------- > +$(STATEDIR)/u-boot-tools.install: > + @$(call targetinfo) > + @$(call touch) > + > +$(STATEDIR)/u-boot-tools.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, u-boot-tools) > + @$(call install_fixup, u-boot-tools,PRIORITY,optional) > + @$(call install_fixup, u-boot-tools,SECTION,base) > + @$(call install_fixup, u-boot-tools,AUTHOR,"Andreas Bießmann > <[email protected]>") > + @$(call install_fixup, u-boot-tools,DESCRIPTION,missing) > + > +ifdef PTXCONF_U_BOOT_TOOLS_TOOL_MKIMAGE > + @$(call install_copy, u-boot-tools, 0, 0, 0755, \ > + $(U_BOOT_TOOLS_DIR)/tools/mkimage, /usr/bin/mkimage) > +endif > + > +ifdef PTXCONF_U_BOOT_TOOLS_TOOL_ENV > + @$(call install_copy, u-boot-tools, 0, 0, 0755, \ > + $(U_BOOT_TOOLS_DIR)/tools/env/fw_printenv, > /usr/sbin/fw_printenv) > + @$(call install_link, u-boot-tools, fw_printenv, /usr/sbin/fw_saveenv) > +endif shouldn't we build two different packages (u-boot-tool-mkimage, u-boot-tool-env) here? best regards Andreas Bießmann -- ptxdist mailing list [email protected]
