Changeset 1621 for lliurex-meta
- Timestamp:
- May 20, 2016, 1:09:46 PM (5 years ago)
- Location:
- lliurex-meta/trunk/fuentes
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-meta/trunk/fuentes
-
Property
svn:ignore
set to
*.old
-
Property
svn:ignore
set to
-
lliurex-meta/trunk/fuentes/seeds/platform.xenial/STRUCTURE
r439 r1621 1 1 feature follow-recommends 2 feature no-follow-build-depends 2 3 required: 3 4 minimal: required -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/boot
r439 r1621 14 14 == i386 == 15 15 16 * grub [amd64 i386] # lilo will be in supported17 16 * grub-pc [amd64 i386] 18 17 * ${Kernel-Stem}-generic [i386] # our chosen default install kernel -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/desktop-common
r936 r1621 108 108 * memtest86+ 109 109 110 New method of installing and updating software 111 * (snapd) 112 110 113 = Firmware updating support = 111 114 115 * (fwupd) 112 116 * (fwupdate) 117 * (fwupdate-signed) 113 118 114 119 = Other = … … 117 122 * (kerneloops-daemon) # watch for and allow reporting of kernel problems 118 123 * (policykit-desktop-privileges) # passwordless disk/CPU speed/time operations for admins 119 * libpam-systemd # logind, cross desktop compatibility -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/installer
r936 r1621 3 3 = Common Packages = 4 4 5 * debian-installer-udebs # Depends on all the udebs that d-i pulls in6 5 * anna 7 6 * apt-cdrom-setup … … 144 143 * partman-prep [powerpc ppc64el] 145 144 * partman-uboot [armel armhf] 146 * s ysconfig-hardware[s390x]145 * s390-sysconfig-writer [s390x] 147 146 * s390-dasd [s390x] 148 147 * s390-netdevice [s390x] … … 175 174 == amd64 == 176 175 176 * Kernel-Version: 4.4.0-21-generic 177 * /^.*-firmware-.*-di/ [amd64] 178 * /^.*-modules-.*-di/ [amd64] 179 * kernel-signed-image-${Kernel-Version}-di [amd64] 177 180 * linux-udebs-generic [amd64] 178 181 179 182 == armel == 180 183 184 * Kernel-Version: 4.4.0-21-generic 185 * /^.*-firmware-.*-di/ [armel] 186 * /^.*-modules-.*-di/ [armel] 181 187 * linux-udebs-generic [armel] 182 188 183 189 == armhf == 184 190 191 * Kernel-Version: 4.4.0-21-generic 4.4.0-21-generic-lpae 192 * /^.*-firmware-.*-di/ [armhf] 193 * /^.*-modules-.*-di/ [armhf] 185 194 * linux-udebs-generic [armhf] 186 195 * linux-udebs-generic-lpae [armhf] … … 188 197 == i386 == 189 198 199 * Kernel-Version: 4.4.0-21-generic 200 * /^.*-firmware-.*-di/ [i386] 201 * /^.*-modules-.*-di/ [i386] 190 202 * linux-udebs-generic [i386] 191 203 192 204 == powerpc == 193 205 206 * Kernel-Version: 4.4.0-21-powerpc-smp 4.4.0-21-powerpc64-smp 4.4.0-21-powerpc-e500mc 207 * /^.*-firmware-.*-di/ [powerpc] 208 * /^.*-modules-.*-di/ [powerpc] 194 209 * linux-udebs-powerpc-smp [powerpc] 195 210 * linux-udebs-powerpc64-smp [powerpc] 196 * linux-udebs-powerpc-e500 [powerpc]197 211 * linux-udebs-powerpc-e500mc [powerpc] 198 212 199 213 == ppc64el == 200 214 215 * Kernel-Version: 4.4.0-21-generic 216 * /^.*-firmware-.*-di/ [ppc64el] 217 * /^.*-modules-.*-di/ [ppc64el] 201 218 * linux-udebs-generic [ppc64el] 202 219 203 220 == s390x == 204 221 222 * Kernel-Version: 4.4.0-21-generic 223 * /^.*-firmware-.*-di/ [s390x] 224 * /^.*-modules-.*-di/ [s390x] 205 225 * linux-udebs-generic [s390x] -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/minimal
r439 r1621 17 17 18 18 * powerpc-utils [powerpc ppc64el] # ColinWatson 19 * powerpc-ibm-utils [powerpc ppc64el] # AdamConrad20 21 == s390x ==22 23 * sysconfig-hardware [s390x] # DimitriJohnLedkov24 * s390-tools [s390x] # DimitriJohnLedkov25 19 26 20 == Comfortable Unix System == -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/standard
r665 r1621 13 13 # (Ubuntu Touch). Select systemd by default. 14 14 * systemd-sysv 15 * libpam-systemd # proper logind sessions, LP: #1561658 15 16 16 17 == Comfortable Unix System == -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/supported-development-common
r439 r1621 3 3 == Development Tools == 4 4 5 * binutils-gold6 5 * bison 7 6 * bison-doc … … 16 15 * autotools-dev 17 16 * libtool 17 * pkg-config 18 18 * ccache # C/C++ development, package development 19 19 * exuberant-ctags # ColinWatson … … 25 25 * libc6.1-prof [ia64] 26 26 * gfortran-multilib 27 * libstdc++- 4.9-pic27 * libstdc++-5-pic 28 28 * ant1.8-optional # Java development, drop it if ant is updated to 1.8 29 29 * ant1.8-doc 30 30 * texinfo-doc-nonfree # GFDL'd documentation for texinfo 31 * gcj- 4.9-jdk31 * gcj-5-jdk 32 32 * diveintopython 33 33 * diveintopython-zh 34 34 * make-doc 35 * cmake 36 * device-tree-compiler 37 * default-jdk 35 38 36 39 == Revision Control == … … 54 57 * hello-debhelper 55 58 * dselect # old-school package management 59 * dh-autoreconf 60 * dh-exec 61 * dh-di 62 * dh-golang 56 63 57 64 == Seed Management == … … 74 81 * libdbd-pgsql 75 82 * libdbd-freetds 76 * python-launchpadlib77 83 * python3-launchpadlib 78 84 … … 84 90 85 91 * python-pyrex # bzr Build-Depends: cython-dbg | python-pyrex; we want the latter for now 92 93 # Packages should be recorded in their reverse-built-dependencies using 94 # 'Built-Using' due to code copied into target objects at build time. 95 = Built-using workarounds = 96 97 * gnu-efi 98 * libatomic-ops-dev 99 * libiberty-dev -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/supported-development-desktop
r936 r1621 4 4 5 5 * valgrind 6 * cmake7 6 * indent 8 7 -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/supported-kernel-common
r936 r1621 15 15 * linux-cloud-tools-lowlatency 16 16 * linux-tools-powerpc-smp 17 * linux-tools-powerpc-e50018 17 * linux-tools-powerpc-e500mc 19 18 * linux-tools-powerpc64-smp … … 130 129 131 130 * linux-tools-armadaxp [armhf] 131 132 === Build-dependencies supported by the team === 133 * kernel-wedge -
lliurex-meta/trunk/fuentes/seeds/platform.xenial/supported-misc-servers
r936 r1621 133 133 * unzip 134 134 * openvswitch 135 * openvswitch-switch-dpdk 135 136 * openssh-blacklist-extra 136 137 * lxc … … 193 194 * neutron-lbaas-agent 194 195 * neutron-metadata-agent 196 * neutron-vpn-agent 195 197 196 198 * heat-engine … … 206 208 * cloud-utils 207 209 * joyent-mdata-client 208 * juju-core 209 * juju-local 210 * juju 210 211 211 212 IPv6 tools:
Note: See TracChangeset
for help on using the changeset viewer.