diff options
-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> |