diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-06-13 08:24:09 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-06-13 08:24:09 -0400 |
commit | 5e2479b158391033c2189577f6e0f193741f4485 (patch) | |
tree | 89f381844beaea98f7e0f60b281439f21b30e6a4 | |
parent | b2d71d9cb36a1664e37247a5102a6f9d2291309a (diff) | |
parent | b986dd1f7a2ec626d019bf021cae64b1240f70b7 (diff) | |
download | meta-common-5e2479b158391033c2189577f6e0f193741f4485.tar.gz meta-common-5e2479b158391033c2189577f6e0f193741f4485.tar.bz2 meta-common-5e2479b158391033c2189577f6e0f193741f4485.zip |
Merge branch 'tizen' of ssh://review.tizen.org/platform/upstream/meta-common into tizen
-rw-r--r-- | patterns/base.yaml | 6 | ||||
-rw-r--r-- | patterns/console-tools.yaml | 3 | ||||
-rw-r--r-- | patterns/development.yaml | 3 | ||||
-rw-r--r-- | patterns/ivi-adaptation.yaml | 13 |
4 files changed, 6 insertions, 19 deletions
diff --git a/patterns/base.yaml b/patterns/base.yaml index 44b0b95..e892a17 100644 --- a/patterns/base.yaml +++ b/patterns/base.yaml @@ -15,18 +15,12 @@ Packages: - coreutils - rpm - rpm-security-plugin -- curl - tizen-release - procps - psmisc - net-tools -- iputils -- iproute2 - kbd - glibc-locale - pciutils - connman -- ca-certificates-mozilla -- corewatcher -- snapper-zypp-plugin Summary: Base System diff --git a/patterns/console-tools.yaml b/patterns/console-tools.yaml index 37cfe12..2113ece 100644 --- a/patterns/console-tools.yaml +++ b/patterns/console-tools.yaml @@ -2,6 +2,7 @@ Description: Console Tools Name: console-tools Packages: - zypper +- snapper-zypp-plugin - tar - wget - grep @@ -15,6 +16,7 @@ Packages: - less - xz - nano +- curl - strace - diffutils - patch @@ -22,4 +24,5 @@ Packages: - wdiff - powertop - sudo +- ca-certificates-mozilla Summary: Console Tools diff --git a/patterns/development.yaml b/patterns/development.yaml index 48323a7..c994ccd 100644 --- a/patterns/development.yaml +++ b/patterns/development.yaml @@ -41,4 +41,7 @@ Packages: - lsof - attr - smack +- corewatcher +- iputils +- iproute2 Summary: Development diff --git a/patterns/ivi-adaptation.yaml b/patterns/ivi-adaptation.yaml deleted file mode 100644 index 7ba9a96..0000000 --- a/patterns/ivi-adaptation.yaml +++ /dev/null @@ -1,13 +0,0 @@ -Description: IVI Adaptation -Name: ivi-adaptation -Packages: - - dracut - - plymouth - - linux-firmware - - kernel-adaptation-pc - - xf86-input-synaptics - - xf86-video-intel - - xf86-input-keyboard - - pc-installer - - csr-framework -Summary: IVI Adaptation |