summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLin Yang <lin.a.yang@intel.com>2014-07-15 13:24:48 +0800
committerLin Yang <lin.a.yang@intel.com>2014-07-16 10:03:24 +0800
commit1a07b29fa9a16e231abdd02a46bc56c928c8fd3c (patch)
treed059aa7f25c791af9ec9a509dba3c2535642f55c /Makefile
parent9910adefbdd938eecf6ac1c913a4d7243419f097 (diff)
downloadmeta-1a07b29fa9a16e231abdd02a46bc56c928c8fd3c.tar.gz
meta-1a07b29fa9a16e231abdd02a46bc56c928c8fd3c.tar.bz2
meta-1a07b29fa9a16e231abdd02a46bc56c928c8fd3c.zip
Added filter definitions of image with build targetsubmit/tizen/20140722.023206accepted/tizen/common/20140722.141441
One new file was added: common-targets.yaml. Inside it, the relationship of images and build targets is defined. It means which image belong to which target, and the backend services will only generate the proper images for specific target, to avoid current image duplication issue. It need also cowork with the new update of `kickstarter` command, and image-configurations build instruction. Change-Id: Id3e6ac491b5da059be3f8abc13fa15e551bceb1d Signed-off-by: Lin Yang <lin.a.yang@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4fd30ee..4b0dae6 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ install:
install -m 644 patterns/*.yaml ${DESTDIR}/usr/share/package-groups/common
install -m 644 common.yaml ${DESTDIR}/usr/share/image-configurations/common
install -m 644 common-repos.yaml ${DESTDIR}/usr/share/image-configurations/common
+ install -m 644 common-targets.yaml ${DESTDIR}/usr/share/image-configurations/common
install -m 644 ks/*.yaml ${DESTDIR}/usr/share/image-configurations/common/configs
install -D partitions/* ${DESTDIR}/usr/share/image-configurations/common/partitions
install -D scripts/* ${DESTDIR}/usr/share/image-configurations/common/scripts