From b538569c1eb89b33bd0a0474b146bac7d70d7dab Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Wed, 11 May 2016 22:35:46 +0200 Subject: package-lists: rename *.list.chroot as linaro.list.chroot There is no specific reason why we are calling the package-list file based on the image name. All files are already in the appropriate subfolder base on image name. Having different file names makes it less convenient when trying to look at differences between images.. This patchset was created using this command: for i in `ls */customization/package-lists/* `; do \ git mv $i `dirname $i`/linaro.list.chroot; done And is of course not supposed to bring any change in the generated images. Change-Id: I93d0d1f8583a9950cbbd9e391346742a2893dbf2 Signed-off-by: Nicolas Dechesne --- .../customization/package-lists/linaro-developer.list.chroot | 3 --- trusty-armhf-developer/customization/package-lists/linaro.list.chroot | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 trusty-armhf-developer/customization/package-lists/linaro-developer.list.chroot create mode 100644 trusty-armhf-developer/customization/package-lists/linaro.list.chroot (limited to 'trusty-armhf-developer') diff --git a/trusty-armhf-developer/customization/package-lists/linaro-developer.list.chroot b/trusty-armhf-developer/customization/package-lists/linaro-developer.list.chroot deleted file mode 100644 index 75e4fe8..0000000 --- a/trusty-armhf-developer/customization/package-lists/linaro-developer.list.chroot +++ /dev/null @@ -1,3 +0,0 @@ -# Packages needed for Linaro - Developer -linaro-development -linaro-overlay-minimal diff --git a/trusty-armhf-developer/customization/package-lists/linaro.list.chroot b/trusty-armhf-developer/customization/package-lists/linaro.list.chroot new file mode 100644 index 0000000..75e4fe8 --- /dev/null +++ b/trusty-armhf-developer/customization/package-lists/linaro.list.chroot @@ -0,0 +1,3 @@ +# Packages needed for Linaro - Developer +linaro-development +linaro-overlay-minimal -- cgit v1.2.3