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.

(From OE-Core rev: 4c734df1df3c19b0dabb9da5b4dc86b966a0d71c)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2016-07-23 00:38:07 +12:00 committed by Richard Purdie
parent 1b4dc787b8
commit cb5d308c48
1 changed files with 1 additions and 0 deletions

View File

@ -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 ?= ""