From 2651e11cae308ecbda16d844105218e8bbcd7213 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 26 Mar 2014 13:48:06 +0000 Subject: scripts: Update after addtion of parameter to bitbake -S (From OE-Core rev: fe2692c1ad1fcdbcdbc0ba419db8ff9ddb390fa7) Signed-off-by: Richard Purdie --- scripts/bitbake-whatchanged | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bitbake-whatchanged') diff --git a/scripts/bitbake-whatchanged b/scripts/bitbake-whatchanged index 90ad2f850c..e4497e03a8 100755 --- a/scripts/bitbake-whatchanged +++ b/scripts/bitbake-whatchanged @@ -272,7 +272,7 @@ Note: try: # Generate the new stamps dir print("Generating the new stamps ... (need several minutes)") - cmdline = "STAMPS_DIR=%s bitbake -S %s" % (new_stampsdir, recipe) + cmdline = "STAMPS_DIR=%s bitbake -S none %s" % (new_stampsdir, recipe) # FIXME # The "bitbake -S" may fail, not fatal error, the stamps will still # be generated, this might be a bug of "bitbake -S". -- cgit v1.2.3-54-g00ecf