Re: [Angstrom-devel] Bitbake build failure of Angstrom

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 07:16 heeft Joel A Fernandes het volgende geschreven: > Hi, > > I am attempting to manually rebuild the BeagleBoard validation image > using bitbake. > > For this, I used the revision found in /etc/angstrom-version of an > image I built with Narcissus. The OE revision I used

Re: [Angstrom-devel] Bitbake build failure of Angstrom

2011-07-18 Thread Joel A Fernandes
Hi Koen, Nice to hear from you. On Mon, Jul 18, 2011 at 2:00 AM, Koen Kooi wrote: > > Op 18 jul 2011, om 07:16 heeft Joel A Fernandes het volgende geschreven: > >> Hi, >> >> I am attempting to manually rebuild the BeagleBoard validation image >> using bitbake. >> >> For this, I used the revision

[Angstrom-devel] Roger Monk : narcissus: Add ti-syslink-examples

2011-07-18 Thread Angstrom Git Repos
Module: narcissus Branch: master Commit: 2a97e3fe04fb71a025a8611debe823e374e82369 Author: Roger Monk Date: Mon Jul 18 14:27:06 2011 +0100 narcissus: Add ti-syslink-examples Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- index.html |1 + 1 files changed, 1 insertions(+), 0 del

[Angstrom-devel] Roger Monk : narcissus: Add gdm autologin

2011-07-18 Thread Angstrom Git Repos
Module: narcissus Branch: master Commit: dc4d99ababccf969b5f09043c5e8d0b70aa1 Author: Roger Monk Date: Mon Jul 18 15:48:32 2011 +0100 narcissus: Add gdm autologin Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- index.html |1 + 1 files changed, 1 insertions(+), 0 deletions

Re: [Angstrom-devel] [beagleboard] Re: Bitbake build failure of Angstrom

2011-07-18 Thread Joel A Fernandes
Hi Koen, On Mon, Jul 18, 2011 at 2:27 AM, Koen Kooi wrote: > > Op 18 jul 2011, om 09:13 heeft Joel A Fernandes het volgende geschreven: > >> Hi Koen, >> >> Nice to hear from you. >> >> On Mon, Jul 18, 2011 at 2:00 AM, Koen Kooi >> wrote: >>> >>> Op 18 jul 2011, om 07:16 heeft Joel A Fernandes h

[Angstrom-devel] [PATCH 1/2] assemble_image: Copy U-boot environment files for flashing NAND (controlled by user button)

2011-07-18 Thread Joel A Fernandes
* Copy a user.txt and uEnv.txt if they exist in /boot in the root fs to the boot partition, When the user button is pressed, U-boot chooses between these 2 files, user.txt is used for flashing while uEnv.txt is for a regular boot Signed-off-by: Joel A Fernandes --- scripts/assemble-image.s

[Angstrom-devel] [PATCH 2/2] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Joel A Fernandes
* For SD Card image builds, also make a ubi image and copy it to /boot in the root filesystem This is used by the flashing script to ubiformat the NAND Signed-off-by: Joel A Fernandes --- scripts/assemble-image.sh |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/s

Re: [Angstrom-devel] [PATCH 1/2] assemble_image: Copy U-boot environment files for flashing NAND (controlled by user button)

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 17:50 heeft Joel A Fernandes het volgende geschreven: > * Copy a user.txt and uEnv.txt if they exist in /boot in the root fs to the > boot partition, > When the user button is pressed, U-boot chooses between these 2 files, > user.txt is used > for flashing while uEnv.txt is

Re: [Angstrom-devel] [PATCH 2/2] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 17:51 heeft Joel A Fernandes het volgende geschreven: > * For SD Card image builds, also make a ubi image and copy it to /boot in the > root filesystem > This is used by the flashing script to ubiformat the NAND > > Signed-off-by: Joel A Fernandes > --- > scripts/assemble-i

[Angstrom-devel] [PATCH v2 1/2] assemble_image: Copy U-boot environment files for flashing NAND (controlled by user button)

2011-07-18 Thread Joel A Fernandes
* Copy a user.txt and uEnv.txt if they exist in /boot in the root fs to the boot partition, When the user button is pressed, U-boot chooses between these 2 files, user.txt is used for flashing while uEnv.txt is for a regular boot Signed-off-by: Joel A Fernandes --- Changes since v1: - Adde

[Angstrom-devel] [PATCH v2 2/2] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Joel A Fernandes
* For SD Card image builds, also make a ubi image and copy it to /boot in the root filesystem This is used by the flashing script to ubiformat the NAND Signed-off-by: Joel A Fernandes --- Changes since v1: * Added sdimg-ubi IMAGETYPE * Added a check for presence of a ubi image as one might not

[Angstrom-devel] [PATCH v3 1/2] assemble_image: Copy U-boot environment files for flashing NAND (controlled by user button)

2011-07-18 Thread Joel A Fernandes
* Copy a user.txt and uEnv.txt if they exist in /boot in the root fs to the boot partition, When the user button is pressed, U-boot chooses between these 2 files, user.txt is used for flashing while uEnv.txt is for a regular boot Signed-off-by: Joel A Fernandes --- Changes since v2: - Fixed

[Angstrom-devel] [PATCH v3 2/2] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Joel A Fernandes
* For SD Card image builds, also make a ubi image and copy it to /boot in the root filesystem This is used by the flashing script to ubiformat the NAND Signed-off-by: Joel A Fernandes --- Changes since v2: - Fixed spacing in if condition scripts/assemble-image.sh | 11 ++- 1 files

[Angstrom-devel] [PATCH] narcissus: Add sdimg-ubi selection to imagetype

2011-07-18 Thread Jason Kridner
With a patch to assemble-image.sh[1], this change to the user interface enables a copy of the root file system to be built into a UBIFS image and stored on the SD card for use in flashing systems with the same root file system. It is possible to make this a checkbox that would show up when sdimg i

Re: [Angstrom-devel] [PATCH v3 2/2] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 19:54 heeft Joel A Fernandes het volgende geschreven: > * For SD Card image builds, also make a ubi image and copy it to /boot in the > root filesystem > This is used by the flashing script to ubiformat the NAND > > Signed-off-by: Joel A Fernandes > --- > Changes since v2:

[Angstrom-devel] [PATCH] Set imagesuffix to .tar.gz when imagetype is sdimg-ubi

2011-07-18 Thread Joel A Fernandes
Signed-off-by: Joel A Fernandes --- backend.php |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/backend.php b/backend.php index f35d096..d9c9edb 100644 --- a/backend.php +++ b/backend.php @@ -99,6 +99,9 @@ switch($imagetype) { case "sdimg": $imag

Re: [Angstrom-devel] [PATCH v3 2/2] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Joel A Fernandes
On Mon, Jul 18, 2011 at 1:35 PM, Koen Kooi wrote: > > Op 18 jul 2011, om 19:54 heeft Joel A Fernandes het volgende geschreven: > >> * For SD Card image builds, also make a ubi image and copy it to /boot in >> the root filesystem >>  This is used by the flashing script to ubiformat the NAND >> >>

Re: [Angstrom-devel] [PATCH v3 2/2] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 21:18 heeft Joel A Fernandes het volgende geschreven: > On Mon, Jul 18, 2011 at 1:35 PM, Koen Kooi wrote: >> >> Op 18 jul 2011, om 19:54 heeft Joel A Fernandes het volgende geschreven: >> >>> * For SD Card image builds, also make a ubi image and copy it to /boot in >>> the

Re: [Angstrom-devel] [PATCH v3 2/2] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Joel A Fernandes
On Mon, Jul 18, 2011 at 2:19 PM, Koen Kooi wrote: > > Op 18 jul 2011, om 21:18 heeft Joel A Fernandes het volgende geschreven: > >> On Mon, Jul 18, 2011 at 1:35 PM, Koen Kooi >> wrote: >>> >>> Op 18 jul 2011, om 19:54 heeft Joel A Fernandes het volgende geschreven: >>> * For SD Card image b

[Angstrom-devel] [PATCH 2/4] assemble_image: Copy U-boot environment files for flashing NAND (controlled by user button)

2011-07-18 Thread Joel A Fernandes
* Copy a user.txt and uEnv.txt if they exist in /boot in the root fs to the boot partition, When the user button is pressed, U-boot chooses between these 2 files, user.txt is used for flashing while uEnv.txt is for a regular boot Signed-off-by: Joel A Fernandes --- scripts/assemble-image.s

[Angstrom-devel] [PATCH 1/4] Added sdimg-ubi selection to imagetypes

2011-07-18 Thread Joel A Fernandes
From: Jason Kridner With a patch to assemble-image.sh[1], this change to the user interface enables a copy of the root file system to be built into a UBIFS image and stored on the SD card for use in flashing systems with the same root file system. It is possible to make this a checkbox that woul

[Angstrom-devel] [PATCH 3/4] assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Joel A Fernandes
* For SD Card image builds, also make a ubi image and copy it to /boot in the root filesystem This is used by the flashing script to ubiformat the NAND Signed-off-by: Joel A Fernandes --- scripts/assemble-image.sh | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --g

[Angstrom-devel] [PATCH 4/4] backend: Set imagesuffix to .tar.gz when imagetype is sdimg-ubi

2011-07-18 Thread Joel A Fernandes
Signed-off-by: Joel A Fernandes --- backend.php |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/backend.php b/backend.php index f35d096..d9c9edb 100644 --- a/backend.php +++ b/backend.php @@ -99,6 +99,9 @@ switch($imagetype) { case "sdimg": $imag

[Angstrom-devel] Jason Kridner : Added sdimg-ubi selection to imagetypes

2011-07-18 Thread Angstrom Git Repos
Module: narcissus Branch: master Commit: fb5dd615a48a55e602a1e4567bfa0c7ea19028bd Author: Jason Kridner Date: Mon Jul 18 14:27:15 2011 -0500 Added sdimg-ubi selection to imagetypes With a patch to assemble-image.sh[1], this change to the user interface enables a copy of the root file system t

[Angstrom-devel] Joel A Fernandes : assemble_image: Copy U-boot environment files for flashing NAND (controlled by user button )

2011-07-18 Thread Angstrom Git Repos
Module: narcissus Branch: master Commit: 9d677727beb9ab6dd1b5ab6abbcd30ce6380cab2 Author: Joel A Fernandes Date: Mon Jul 18 14:27:16 2011 -0500 assemble_image: Copy U-boot environment files for flashing NAND (controlled by user button) * Copy a user.txt and uEnv.txt if they exist in /boot in

[Angstrom-devel] Joel A Fernandes : backend: Set imagesuffix to .tar. gz when imagetype is sdimg-ubi

2011-07-18 Thread Angstrom Git Repos
Module: narcissus Branch: master Commit: a72402efb708f3cc3a969301ea45cd5096ea0305 Author: Joel A Fernandes Date: Mon Jul 18 14:27:18 2011 -0500 backend: Set imagesuffix to .tar.gz when imagetype is sdimg-ubi Signed-off-by: Joel A Fernandes Signed-off-by: Koen Kooi --- backend.php |3

[Angstrom-devel] Joel A Fernandes : assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Angstrom Git Repos
Module: narcissus Branch: master Commit: 912be148348a796f2613ebf97ee11f2a0e96530e Author: Joel A Fernandes Date: Mon Jul 18 14:27:17 2011 -0500 assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds * For SD Card image builds, also make a ubi image and copy it to /boot

Re: [Angstrom-devel] Joel A Fernandes : assemble_image: Copy a UBIFS image to the filesystem for SD Card image builds

2011-07-18 Thread Joel A Fernandes
On Mon, Jul 18, 2011 at 3:29 PM, Angstrom Git Repos wrote: > Module: narcissus > Branch: master > Commit: 912be148348a796f2613ebf97ee11f2a0e96530e > > Author: Joel A Fernandes > Date:   Mon Jul 18 14:27:17 2011 -0500 > > assemble_image: Copy a UBIFS image to the filesystem for SD Card image build

[Angstrom-devel] OE Changelog for 2011-07-11 to 2011-07-18

2011-07-18 Thread cliff . brake
Changelog for 2011-07-11 to 2011-07-18. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://git.angstrom-distribution.org/