Tim,
By changing the name of the linaro linux meta package to have linaro at the end we can run the image builder with out modification. This patch also takes into account the flavour name changes in the latest linaro kernel pull request. In the process I re-wrote some history rewriting so the basis is Ubuntu-2.6.35.15.16:
The following changes since commit 7b6185a7652f8309dcf9a46b96766b29bf33f338: Leann Ogasawara (1): UBUNTU: Ubuntu-2.6.35.15.16
are available in the git repository at:
git://git.linaro.org/jcrigby/linux-meta-linaro.git master
John Rigby (2): LINARO: Linaro-2.6.35.1000.1 LINARO: Linaro-2.6.35.1001.2
Tim Gardner (1): Dropped linux-source, linux-linaro-omap, linux-linaro-vexpress
Makefile | 4 +- meta-source/debian/changelog | 502 +----------------------------- meta-source/debian/control.common | 51 +--- meta-source/debian/control.d/generic | 47 --- meta-source/debian/control.d/generic-pae | 47 --- meta-source/debian/control.d/omap | 17 +- meta-source/debian/control.d/server | 47 --- meta-source/debian/control.d/versatile | 26 -- meta-source/debian/control.d/vexpress | 17 + meta-source/debian/control.d/virtual | 26 -- 10 files changed, 30 insertions(+), 754 deletions(-) delete mode 100644 meta-source/debian/control.d/generic delete mode 100644 meta-source/debian/control.d/generic-pae delete mode 100644 meta-source/debian/control.d/server delete mode 100644 meta-source/debian/control.d/versatile create mode 100644 meta-source/debian/control.d/vexpress delete mode 100644 meta-source/debian/control.d/virtual