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

Randy Witt randy.e.witt at linux.intel.com
Wed Apr 6 20:34:52 UTC 2016


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?

>
> 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