From 11d2434b08f9d71a61a4852489697ab2d77d782b Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 29 Sep 2017 16:27:02 -0300 Subject: [PATCH] wic: Move all wks files to root layer directory The wic looks for wks files in many places. The root layer directory is one of those and makes much easier to find the wks files for reference and use. Signed-off-by: Otavio Salvador --- {scripts/lib/wic/canned-wks => wic}/imx-barebox.wks | 0 {scripts/lib/wic/canned-wks => wic}/imx-uboot-spl.wks | 0 {scripts/lib/wic/canned-wks => wic}/imx-uboot.wks | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {scripts/lib/wic/canned-wks => wic}/imx-barebox.wks (100%) rename {scripts/lib/wic/canned-wks => wic}/imx-uboot-spl.wks (100%) rename {scripts/lib/wic/canned-wks => wic}/imx-uboot.wks (100%) diff --git a/scripts/lib/wic/canned-wks/imx-barebox.wks b/wic/imx-barebox.wks similarity index 100% rename from scripts/lib/wic/canned-wks/imx-barebox.wks rename to wic/imx-barebox.wks diff --git a/scripts/lib/wic/canned-wks/imx-uboot-spl.wks b/wic/imx-uboot-spl.wks similarity index 100% rename from scripts/lib/wic/canned-wks/imx-uboot-spl.wks rename to wic/imx-uboot-spl.wks diff --git a/scripts/lib/wic/canned-wks/imx-uboot.wks b/wic/imx-uboot.wks similarity index 100% rename from scripts/lib/wic/canned-wks/imx-uboot.wks rename to wic/imx-uboot.wks -- 2.40.1