diff options
author | HyungGi Lee <hyunggi.lee@samsung.com> | 2016-08-24 17:02:10 +0900 |
---|---|---|
committer | HyungGi Lee <hyunggi.lee@samsung.com> | 2016-08-25 16:27:29 +0900 |
commit | f7fd003a0871875b1227bffc993a7ff2b0b1ea93 (patch) | |
tree | 5364d3106152aadb31d79109c5adf364fb983d85 /Tizen:Common/u-boot-artik10/_link | |
parent | a6668724a41634c8c41f8b84bb9dc28a741cdc2a (diff) | |
download | obs-f7fd003a0871875b1227bffc993a7ff2b0b1ea93.tar.gz obs-f7fd003a0871875b1227bffc993a7ff2b0b1ea93.tar.bz2 obs-f7fd003a0871875b1227bffc993a7ff2b0b1ea93.zip |
Move build config to Tizen:Base
Change-Id: I39207ae35bd3776f3d7fded43874294674adc492
Diffstat (limited to 'Tizen:Common/u-boot-artik10/_link')
-rw-r--r-- | Tizen:Common/u-boot-artik10/_link | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tizen:Common/u-boot-artik10/_link b/Tizen:Common/u-boot-artik10/_link new file mode 100644 index 0000000..ee686c5 --- /dev/null +++ b/Tizen:Common/u-boot-artik10/_link @@ -0,0 +1,9 @@ +<link package="u-boot-artik" 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> |