[yocto] [PATCH] Add makedumpfile utility

Khem Raj raj.khem at gmail.com
Tue Mar 31 01:17:05 PDT 2015


> On Mar 31, 2015, at 12:37 AM, Gaurang Shastri <gshastri at juniper.net> wrote:
> 
> +do_install() {
> +	install -d ${D}${bindir}/
> +	install -c -m 755 ${S}/makedumpfile ${D}${bindir}/
> +}
> +

make it a single line like below
install -Dm 0755 ${S}/makedumpfile ${D}${bindir}/makedumpfile



More information about the yocto mailing list