From 06368dbbabd2cb4671b9ddf35b6835e263d54be8 Mon Sep 17 00:00:00 2001 From: Persian Professionals Date: Thu, 27 Sep 2012 11:00:52 +0330 Subject: [PATCH] Update recipes/linux/linux-technomate-3.1.1.inc fix tmp path --- recipes/linux/linux-technomate-3.1.1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/linux/linux-technomate-3.1.1.inc b/recipes/linux/linux-technomate-3.1.1.inc index 8639b392..56bde778 100755 --- a/recipes/linux/linux-technomate-3.1.1.inc +++ b/recipes/linux/linux-technomate-3.1.1.inc @@ -23,7 +23,7 @@ export OS = "Linux" KERNEL_IMAGETYPE = "vmlinux" KERNEL_OUTPUT = "vmlinux" KERNEL_OBJECT_SUFFIX = "ko" -KERNEL_IMAGEDEST = "tmp" +KERNEL_IMAGEDEST = "/tmp" FILES_kernel-image = "/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}.gz"