All of lore.kernel.org
 help / color / mirror / Atom feed
* tisdk-rootfs-image error when using arago-krogoth-config
@ 2016-06-04 10:37 Ankur Tyagi
  2016-06-06 16:38 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Ankur Tyagi @ 2016-06-04 10:37 UTC (permalink / raw)
  To: meta-arago

[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]

​Hi,

I am trying to build tisdk-rootfs-image and getting following error:

http://pastebin.com/9SqudXGa

This is my build configuration:

Build Configuration:
BB_VERSION        = "1.30.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-16.04"
TARGET_SYS        = "arm-linux-gnueabi"
MACHINE           = "am335x-evm"
DISTRO            = "arago"
DISTRO_VERSION    = "2016.05"
TUNE_FEATURES     = "arm armv7a vfp thumb neon
callconvention-hard       cortexa8"
TARGET_FPU        = "hard"
meta-arago-distro
meta-arago-extras = "krogoth:01453ff0c02a472726f6dfe8f949abba55eab935"
meta-qt5          = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75"
meta-networking
meta-ruby
meta-python
meta-oe           = "krogoth:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-ti           = "krogoth:1ae0cadb1200d0007a779958e852a48379d42c26"
meta-linaro-toolchain = "krogoth:0f2a4dd08ab06768cc998fe3f7236e3942f4a2cc"
meta              = "krogoth:b0b91490e4ede61a302eb547da2cc65aa7da87ff"

Any help is appreciated.

regards
Ankur

[-- Attachment #2: Type: text/html, Size: 2123 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tisdk-rootfs-image error when using arago-krogoth-config
  2016-06-04 10:37 tisdk-rootfs-image error when using arago-krogoth-config Ankur Tyagi
@ 2016-06-06 16:38 ` Denys Dmytriyenko
  2016-06-08  6:14   ` Ankur Tyagi
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-06-06 16:38 UTC (permalink / raw)
  To: Ankur Tyagi; +Cc: meta-arago

On Sat, Jun 04, 2016 at 10:37:17PM +1200, Ankur Tyagi wrote:
> ​Hi,
> 
> I am trying to build tisdk-rootfs-image and getting following error:
> 
> http://pastebin.com/9SqudXGa

After looking at the log, I see that you are using Linaro 4.9 toolchain. That 
particular version of the toolchain had some packaging issues, which I worked 
with Linaro team to resolve in the next versions. Still, in order to use 4.9, 
I had to put some workarounds in corresponding recipes in Fido branch. Those 
were rather ugly and version specific, so I didn't cary them over to Krogoth. 
And on Krogoth we use Linaro 5.3 toolchain:

https://releases.linaro.org/components/toolchain/binaries/5.3-2016.02/
https://releases.linaro.org/components/toolchain/binaries/5.3-2016.02/arm-linux-gnueabihf/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf.tar.xz

-- 
Denys


> This is my build configuration:
> 
> Build Configuration:
> BB_VERSION        = "1.30.0"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Ubuntu-16.04"
> TARGET_SYS        = "arm-linux-gnueabi"
> MACHINE           = "am335x-evm"
> DISTRO            = "arago"
> DISTRO_VERSION    = "2016.05"
> TUNE_FEATURES     = "arm armv7a vfp thumb neon
> callconvention-hard       cortexa8"
> TARGET_FPU        = "hard"
> meta-arago-distro
> meta-arago-extras = "krogoth:01453ff0c02a472726f6dfe8f949abba55eab935"
> meta-qt5          = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75"
> meta-networking
> meta-ruby
> meta-python
> meta-oe           = "krogoth:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
> meta-ti           = "krogoth:1ae0cadb1200d0007a779958e852a48379d42c26"
> meta-linaro-toolchain = "krogoth:0f2a4dd08ab06768cc998fe3f7236e3942f4a2cc"
> meta              = "krogoth:b0b91490e4ede61a302eb547da2cc65aa7da87ff"
> 
> Any help is appreciated.
> 
> regards
> Ankur

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tisdk-rootfs-image error when using arago-krogoth-config
  2016-06-06 16:38 ` Denys Dmytriyenko
@ 2016-06-08  6:14   ` Ankur Tyagi
  0 siblings, 0 replies; 3+ messages in thread
From: Ankur Tyagi @ 2016-06-08  6:14 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

[-- Attachment #1: Type: text/plain, Size: 2369 bytes --]

Hi Denis,

Thanks for the response.
I have successfully built the image using the mentioned toolchain.

regards
Ankur
On Tue, Jun 7, 2016 at 4:38 AM, Denys Dmytriyenko <denys@ti.com> wrote:

> On Sat, Jun 04, 2016 at 10:37:17PM +1200, Ankur Tyagi wrote:
> > ​Hi,
> >
> > I am trying to build tisdk-rootfs-image and getting following error:
> >
> > http://pastebin.com/9SqudXGa
>
> After looking at the log, I see that you are using Linaro 4.9 toolchain.
> That
> particular version of the toolchain had some packaging issues, which I
> worked
> with Linaro team to resolve in the next versions. Still, in order to use
> 4.9,
> I had to put some workarounds in corresponding recipes in Fido branch.
> Those
> were rather ugly and version specific, so I didn't cary them over to
> Krogoth.
> And on Krogoth we use Linaro 5.3 toolchain:
>
> https://releases.linaro.org/components/toolchain/binaries/5.3-2016.02/
>
> https://releases.linaro.org/components/toolchain/binaries/5.3-2016.02/arm-linux-gnueabihf/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf.tar.xz
>
> --
> Denys
>
>
> > This is my build configuration:
> >
> > Build Configuration:
> > BB_VERSION        = "1.30.0"
> > BUILD_SYS         = "x86_64-linux"
> > NATIVELSBSTRING   = "Ubuntu-16.04"
> > TARGET_SYS        = "arm-linux-gnueabi"
> > MACHINE           = "am335x-evm"
> > DISTRO            = "arago"
> > DISTRO_VERSION    = "2016.05"
> > TUNE_FEATURES     = "arm armv7a vfp thumb neon
> > callconvention-hard       cortexa8"
> > TARGET_FPU        = "hard"
> > meta-arago-distro
> > meta-arago-extras = "krogoth:01453ff0c02a472726f6dfe8f949abba55eab935"
> > meta-qt5          = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75"
> > meta-networking
> > meta-ruby
> > meta-python
> > meta-oe           = "krogoth:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
> > meta-ti           = "krogoth:1ae0cadb1200d0007a779958e852a48379d42c26"
> > meta-linaro-toolchain =
> "krogoth:0f2a4dd08ab06768cc998fe3f7236e3942f4a2cc"
> > meta              = "krogoth:b0b91490e4ede61a302eb547da2cc65aa7da87ff"
> >
> > Any help is appreciated.
> >
> > regards
> > Ankur
>
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
>

[-- Attachment #2: Type: text/html, Size: 3685 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-08  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-04 10:37 tisdk-rootfs-image error when using arago-krogoth-config Ankur Tyagi
2016-06-06 16:38 ` Denys Dmytriyenko
2016-06-08  6:14   ` Ankur Tyagi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.