From ae754c67bfc3a278ab9c7e6d8955ebe057e93511 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 9 Jul 2015 14:00:58 +0000 Subject: Add import tool dependencies This adds a common set of perl modules plus further modules that are used by the cpan importer. Change-Id: I964850dba2a63ea3940926f734d518550f0214f5 --- systems/devel-system-armv7-chroot.morph | 4 ++++ systems/devel-system-armv7-highbank.morph | 4 ++++ systems/devel-system-armv7-versatile.morph | 4 ++++ systems/devel-system-armv7-wandboard.morph | 4 ++++ systems/devel-system-armv7b-chroot.morph | 4 ++++ systems/devel-system-armv7b-highbank.morph | 4 ++++ systems/devel-system-armv7l-altera-socfpga-devkit.morph | 4 ++++ systems/devel-system-armv7lhf-chroot.morph | 4 ++++ systems/devel-system-armv7lhf-highbank.morph | 4 ++++ systems/devel-system-armv7lhf-jetson.morph | 4 ++++ systems/devel-system-armv7lhf-wandboard.morph | 4 ++++ systems/devel-system-armv8b64.morph | 4 ++++ systems/devel-system-armv8l64.morph | 4 ++++ systems/devel-system-ppc64-chroot.morph | 4 ++++ systems/devel-system-ppc64-generic.morph | 4 ++++ systems/devel-system-x86_32-chroot.morph | 4 ++++ systems/devel-system-x86_32-generic.morph | 4 ++++ systems/devel-system-x86_64-chroot.morph | 4 ++++ systems/devel-system-x86_64-generic.morph | 4 ++++ systems/devel-system-x86_64-vagrant.morph | 4 ++++ 20 files changed, 80 insertions(+) (limited to 'systems') diff --git a/systems/devel-system-armv7-chroot.morph b/systems/devel-system-armv7-chroot.morph index 9a5f48f2..607e8a63 100644 --- a/systems/devel-system-armv7-chroot.morph +++ b/systems/devel-system-armv7-chroot.morph @@ -57,6 +57,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7-highbank.morph b/systems/devel-system-armv7-highbank.morph index fd0cdfcb..d4a0ec0b 100644 --- a/systems/devel-system-armv7-highbank.morph +++ b/systems/devel-system-armv7-highbank.morph @@ -60,6 +60,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph index 423648c9..d6a21dce 100644 --- a/systems/devel-system-armv7-versatile.morph +++ b/systems/devel-system-armv7-versatile.morph @@ -58,6 +58,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7-wandboard.morph b/systems/devel-system-armv7-wandboard.morph index 7e594710..02731761 100644 --- a/systems/devel-system-armv7-wandboard.morph +++ b/systems/devel-system-armv7-wandboard.morph @@ -58,6 +58,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7b-chroot.morph b/systems/devel-system-armv7b-chroot.morph index 0c9344c1..f8acbd0e 100644 --- a/systems/devel-system-armv7b-chroot.morph +++ b/systems/devel-system-armv7b-chroot.morph @@ -49,6 +49,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7b-highbank.morph b/systems/devel-system-armv7b-highbank.morph index 4bd34876..eb10c966 100644 --- a/systems/devel-system-armv7b-highbank.morph +++ b/systems/devel-system-armv7b-highbank.morph @@ -56,6 +56,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7l-altera-socfpga-devkit.morph b/systems/devel-system-armv7l-altera-socfpga-devkit.morph index 94f85ec2..b193ddc4 100644 --- a/systems/devel-system-armv7l-altera-socfpga-devkit.morph +++ b/systems/devel-system-armv7l-altera-socfpga-devkit.morph @@ -53,6 +53,10 @@ strata: morph: strata/ostree-core.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph index 203d5ef8..1abdbb44 100644 --- a/systems/devel-system-armv7lhf-chroot.morph +++ b/systems/devel-system-armv7lhf-chroot.morph @@ -57,6 +57,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph index c0ccfa66..ad8e0581 100644 --- a/systems/devel-system-armv7lhf-highbank.morph +++ b/systems/devel-system-armv7lhf-highbank.morph @@ -63,6 +63,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7lhf-jetson.morph b/systems/devel-system-armv7lhf-jetson.morph index 14bc1b27..c59d55a3 100644 --- a/systems/devel-system-armv7lhf-jetson.morph +++ b/systems/devel-system-armv7lhf-jetson.morph @@ -61,6 +61,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph index 6cf81846..b97e3dbe 100644 --- a/systems/devel-system-armv7lhf-wandboard.morph +++ b/systems/devel-system-armv7lhf-wandboard.morph @@ -61,6 +61,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv8b64.morph b/systems/devel-system-armv8b64.morph index ab8dcd1b..c18910cf 100644 --- a/systems/devel-system-armv8b64.morph +++ b/systems/devel-system-armv8b64.morph @@ -60,6 +60,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-armv8l64.morph b/systems/devel-system-armv8l64.morph index 3cf21388..5afabdf2 100644 --- a/systems/devel-system-armv8l64.morph +++ b/systems/devel-system-armv8l64.morph @@ -60,6 +60,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-ppc64-chroot.morph b/systems/devel-system-ppc64-chroot.morph index 5e4c5f98..8fd2ee5b 100644 --- a/systems/devel-system-ppc64-chroot.morph +++ b/systems/devel-system-ppc64-chroot.morph @@ -55,6 +55,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-ppc64-generic.morph b/systems/devel-system-ppc64-generic.morph index be76353c..a8ad15ef 100644 --- a/systems/devel-system-ppc64-generic.morph +++ b/systems/devel-system-ppc64-generic.morph @@ -58,6 +58,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-x86_32-chroot.morph b/systems/devel-system-x86_32-chroot.morph index bcd0acfc..0d7ada0d 100644 --- a/systems/devel-system-x86_32-chroot.morph +++ b/systems/devel-system-x86_32-chroot.morph @@ -57,6 +57,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-x86_32-generic.morph b/systems/devel-system-x86_32-generic.morph index c03c8b73..8267ce26 100644 --- a/systems/devel-system-x86_32-generic.morph +++ b/systems/devel-system-x86_32-generic.morph @@ -62,6 +62,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph index 49fc75af..cd12dc2c 100644 --- a/systems/devel-system-x86_64-chroot.morph +++ b/systems/devel-system-x86_64-chroot.morph @@ -59,6 +59,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-x86_64-generic.morph b/systems/devel-system-x86_64-generic.morph index 5ee32cc2..ea1529f0 100644 --- a/systems/devel-system-x86_64-generic.morph +++ b/systems/devel-system-x86_64-generic.morph @@ -62,6 +62,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files diff --git a/systems/devel-system-x86_64-vagrant.morph b/systems/devel-system-x86_64-vagrant.morph index e142c7c5..d8edf178 100644 --- a/systems/devel-system-x86_64-vagrant.morph +++ b/systems/devel-system-x86_64-vagrant.morph @@ -60,6 +60,10 @@ strata: morph: strata/coreutils-common.morph - name: compilers-extra morph: strata/compilers-extra.morph +- name: perl-common + morph: strata/perl-common.morph +- name: CPAN-Mini-Inject + morph: strata/CPAN-Mini-Inject.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files -- cgit v1.2.1