diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2017-04-05 17:37:06 +0200 |
---|---|---|
committer | HyungGi Lee <hyunggi.lee@samsung.com> | 2017-04-06 22:41:58 -0700 |
commit | c36506d68e22de89cf6d905ffe650e1a1742c54e (patch) | |
tree | 0fa992ff05d66c03e8c7e7b9e3f3c5dc5855214b | |
parent | 9c4046e942af3ae5376e8b22ba1e9fd6f08447d7 (diff) | |
download | obs-c36506d68e22de89cf6d905ffe650e1a1742c54e.tar.gz obs-c36506d68e22de89cf6d905ffe650e1a1742c54e.tar.bz2 obs-c36506d68e22de89cf6d905ffe650e1a1742c54e.zip |
Tizen:Unified: Add artik530 links
Change-Id: I34bec695872aead79eeaef841cb5ea65a8dac5c7
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-rw-r--r-- | Tizen:Unified/linux-artik530/_link | 9 | ||||
-rw-r--r-- | Tizen:Unified/u-boot-artik530/_link | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/Tizen:Unified/linux-artik530/_link b/Tizen:Unified/linux-artik530/_link new file mode 100644 index 0000000..d904b32 --- /dev/null +++ b/Tizen:Unified/linux-artik530/_link @@ -0,0 +1,9 @@ +<link package="linux-artik7" cicount="copy"> +<patches> + <!-- <branch /> for a full copy, default case --> + <!-- <apply name="patch" /> apply a patch on the source directory --> + <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) --> + <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) --> + <!-- <delete name="filename" /> delete a file --> +</patches> +</link> diff --git a/Tizen:Unified/u-boot-artik530/_link b/Tizen:Unified/u-boot-artik530/_link new file mode 100644 index 0000000..6007bb1 --- /dev/null +++ b/Tizen:Unified/u-boot-artik530/_link @@ -0,0 +1,9 @@ +<link package="u-boot-artik7" cicount="copy"> +<patches> + <!-- <branch /> for a full copy, default case --> + <!-- <apply name="patch" /> apply a patch on the source directory --> + <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) --> + <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) --> + <!-- <delete name="filename" /> delete a file --> +</patches> +</link> |