diff options
author | Lin Yang <lin.a.yang@intel.com> | 2014-07-15 13:24:48 +0800 |
---|---|---|
committer | Lin Yang <lin.a.yang@intel.com> | 2014-07-16 10:03:24 +0800 |
commit | 1a07b29fa9a16e231abdd02a46bc56c928c8fd3c (patch) | |
tree | d059aa7f25c791af9ec9a509dba3c2535642f55c /Makefile | |
parent | 9910adefbdd938eecf6ac1c913a4d7243419f097 (diff) | |
download | meta-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |