Tim,
Members of the Linaro team have requested that the string "linaro" be included in linaro kernel package names just before the flavour name. I found the simplest way to do that to just change the flavour names to linaro-omap and linaro-vexpress.
The following changes since commit 26a7c8433567f66ac96522a2bfeea922bfb57795: John Rigby (1): LINARO: Linaro-2.6.35-1001-5
are available in the git repository at:
git://git.linaro.org/jcrigby/linux-linaro.git linaro
John Rigby (3): LINARO: Start new release LINARO: prefix flavours with linaro- LINARO: Linaro-2.6.35-1001-6
debian.linaro/abi/2.6.35-1000.4/abiname | 1 - debian.linaro/abi/2.6.35-1001.5/abiname | 1 + .../armel/omap => 2.6.35-1001.5/armel/linaro-omap} | 581 ++++++++++---------- .../armel/linaro-omap.modules} | 0 .../armel/linaro-vexpress} | 579 ++++++++++++-------- .../armel/linaro-vexpress.modules} | 37 ++ debian.linaro/changelog | 9 + ...fig.flavour.omap => config.flavour.linaro-omap} | 0 ...our.vexpress => config.flavour.linaro-vexpress} | 0 .../control.d/{vars.omap => vars.linaro-omap} | 0 .../{vars.vexpress => vars.linaro-vexpress} | 0 debian.linaro/d-i/kernel-versions.in | 4 +- debian.linaro/rules.d/armel.mk | 2 +- 13 files changed, 688 insertions(+), 526 deletions(-) delete mode 100644 debian.linaro/abi/2.6.35-1000.4/abiname create mode 100644 debian.linaro/abi/2.6.35-1001.5/abiname rename debian.linaro/abi/{2.6.35-1000.4/armel/omap => 2.6.35-1001.5/armel/linaro-omap} (96%) rename debian.linaro/abi/{2.6.35-1000.4/armel/omap.modules => 2.6.35-1001.5/armel/linaro-omap.modules} (100%) rename debian.linaro/abi/{2.6.35-1000.4/armel/vexpress => 2.6.35-1001.5/armel/linaro-vexpress} (95%) rename debian.linaro/abi/{2.6.35-1000.4/armel/vexpress.modules => 2.6.35-1001.5/armel/linaro-vexpress.modules} (97%) rename debian.linaro/config/armel/{config.flavour.omap => config.flavour.linaro-omap} (100%) rename debian.linaro/config/armel/{config.flavour.vexpress => config.flavour.linaro-vexpress} (100%) rename debian.linaro/control.d/{vars.omap => vars.linaro-omap} (100%) rename debian.linaro/control.d/{vars.vexpress => vars.linaro-vexpress} (100%)
On Mon, Aug 16, 2010, John Rigby wrote:
Members of the Linaro team have requested that the string "linaro" be included in linaro kernel package names just before the flavour name. I found the simplest way to do that to just change the flavour names to linaro-omap and linaro-vexpress.
That was me :-)
The reason I asked is really for OMAP; I don't really care whether the vexpress flavor is called linaro-vexpress or vexpress (the former is consistent, the latter is cleaner). This is needed for OMAP because I think having two -omap packages in Ubuntu with only differing ABI versions would be very confusing.
(Also it wouldn't work in the metas anyway)
On 08/17/2010 03:07 AM, Loïc Minier wrote:
On Mon, Aug 16, 2010, John Rigby wrote:
Members of the Linaro team have requested that the string "linaro" be included in linaro kernel package names just before the flavour name. I found the simplest way to do that to just change the flavour names to linaro-omap and linaro-vexpress.
That was me :-)
The reason I asked is really for OMAP; I don't really care whether the vexpress flavor is called linaro-vexpress or vexpress (the former is consistent, the latter is cleaner). This is needed for OMAP because I think having two -omap packages in Ubuntu with only differing ABI versions would be very confusing.
(Also it wouldn't work in the metas anyway)
applied and uploaded. Note that both flavours are prefixed with 'linaro-'. There are a couple of other commits having to do with getabi, so you'll need to rebase.