[oe-commits] [openembedded-core] 57/72: classes/populate_sdk_ext: set default for SDK_INCLUDE_PKGDATA

git at git.openembedded.org git at git.openembedded.org
Mon Jul 25 22:53:25 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4c734df1df3c19b0dabb9da5b4dc86b966a0d71c
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Sat Jul 23 00:38:07 2016 +1200

    classes/populate_sdk_ext: set default for SDK_INCLUDE_PKGDATA
    
    We don't absolutely need this - it doesn't change the default
    behaviour, but it seems to me we have a convention to set default values
    so we should add one here.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/populate_sdk_ext.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 62f2c3e..720142f 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -20,6 +20,7 @@ SDK_EXT_task-populate-sdk-ext = "-ext"
 
 # Options are full or minimal
 SDK_EXT_TYPE ?= "full"
+SDK_INCLUDE_PKGDATA ?= "0"
 
 SDK_RECRDEP_TASKS ?= ""
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list