[OE-core] [PATCH] toaster: add DL_DIR and SSTATE_DIR to oe toasterconf

Michael Wood michael.g.wood at intel.com
Thu Apr 7 10:05:20 UTC 2016


On 06/04/16 21:34, Randy Witt wrote:
> On 04/06/2016 10:00 AM, Michael Wood wrote:
>> From: Ed Bartosh <ed.bartosh at linux.intel.com>
>
> Shouldn't the message from the cover letter actually be the commit 
> message here, rather than an empty message?

Sure, I can easily amend Ed's commit message to include this if you'd 
like, the reason I sent a cover letter was just to let people know who 
aren't following the development of Toaster what this was about.

>
>>
>> Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
>> Signed-off-by: Michael Wood <michael.g.wood at intel.com>
>> ---
>>   meta/conf/toasterconf.json | 4 +++-
>>   1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
>> index 1987793..bbd40e9 100644
>> --- a/meta/conf/toasterconf.json
>> +++ b/meta/conf/toasterconf.json
>> @@ -2,9 +2,11 @@
>>       "config": {
>>           "MACHINE"      : "qemux86",
>>           "DISTRO"       : "poky",
>> +        "DL_DIR"       : "${TOPDIR}/../downloads",
>>           "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
>>           "IMAGE_INSTALL_append": "",
>> -        "PACKAGE_CLASSES": "package_rpm"
>> +        "PACKAGE_CLASSES": "package_rpm",
>> +        "SSTATE_DIR"   : "${TOPDIR}/../sstate-cache"
>>       },
>>       "layersources": [
>>           {
>>
>




More information about the Openembedded-core mailing list