All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Janusz Użycki" <j.uzycki-9tnw74Q4ehaHKKo6LODCOg@public.gmane.org>
To: Grant Likely
	<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Gaurav Minocha
	<gaurav.minocha.os-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: Adding selftest testdata dynamically into live tree
Date: Fri, 26 Sep 2014 15:36:42 +0200	[thread overview]
Message-ID: <54256BEA.8020004@elproma.com.pl> (raw)
In-Reply-To: <20140926120917.B60B4C40FEB-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org>

The patch didn't help. Exactly the same.

best regards
Janusz

W dniu 2014-09-26 14:09, Grant Likely pisze:
> On Mon, 22 Sep 2014 20:05:37 +0200, Janusz Użycki <j.uzycki@elproma.com.pl> wrote:
>> Hi.
>>
>> On 3.17.0-rc6-next-20140922+ with CONFIG_OF_SELFTEST enabled
>> zImage is recreated every time I call "make" despite I've not done
>> any change in source files and zImage was the same.
>> This is caused by the rm line:
>>     CALL    scripts/checksyscalls.sh
>>     CHK     include/generated/compile.h
>>     DTC     drivers/of/testcase-data/testcases.dtb
>>     DTB     drivers/of/testcase-data/testcases.dtb.S
>>     AS      drivers/of/testcase-data/testcases.dtb.o
>>     LD      drivers/of/of_selftest.o
>>     LD      drivers/of/built-in.o
>> rm drivers/of/testcase-data/testcases.dtb.S
>> drivers/of/testcase-data/testcases.dtb
>>     LD      drivers/built-in.o
>>     LINK    vmlinux
>>     LD      vmlinux.o
> Try this change:
>
> diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
> index 260bf8acfce9..4555e2e1b4ed 100644
> --- a/scripts/Makefile.lib
> +++ b/scripts/Makefile.lib
> @@ -269,7 +269,7 @@ cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
>   		-d $(depfile).dtc.tmp $(dtc-tmp) ; \
>   	cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
>   
> -$(obj)/%.dtb: $(src)/%.dts FORCE
> +$(obj)/%.dtb: $(src)/%.dts
>   	$(call if_changed_dep,dtc)
>   
>   dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2014-09-26 13:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-22 18:05 Adding selftest testdata dynamically into live tree Janusz Użycki
     [not found] ` <542064F1.4000601-9tnw74Q4ehaHKKo6LODCOg@public.gmane.org>
2014-09-24 18:03   ` Gaurav Minocha
     [not found]     ` <CA+rpMbKkS1D=QYSMftgZyTMbHS9+O=YjR+OL_RvzjJPjo2Ox6w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-24 18:05       ` Janusz Użycki
2014-09-26 12:09   ` Grant Likely
     [not found]     ` <20140926120917.B60B4C40FEB-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2014-09-26 13:36       ` Janusz Użycki [this message]
2014-09-26 15:07         ` Grant Likely
2014-09-26 15:07           ` Grant Likely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54256BEA.8020004@elproma.com.pl \
    --to=j.uzycki-9tnw74q4ehahkko6lodcog@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=gaurav.minocha.os-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.