Re: Older targets in Mammo 5 SDK?

2010-02-04 Thread Jarmo.Tikka
Hi,

Date: Wed, 3 Feb 2010 09:06:44 +0200
From: Julius Luukko julle.luu...@quicknet.inet.fi
Subject: Re: Older targets in Mammo 5 SDK?
To: maemo-developers@maemo.org
Message-ID: 20100203090644.5c5b2...@nokia-n800-23-14
Content-Type: text/plain; charset=US-ASCII

Wed, 3 Feb 2010 00:51:41 -0500 (EST)
ma...@bitblit.net kirjoitti:

 
 Is it possible to have older targets inside the Maemo 5 SDK? For
 example, it would be useful to have DIABLO_X86 and DIABLO_ARMEL
 targets available.
 
 

Yes it is.

Just couple of more details :). You can install Diablo rootstraps (Diablo SDK) 
into same Scratchbox installation you use with Fremantle SDK.

Or you can install Ubuntu Desktop based Maemo SDK Virtual Image from here 
http://tablets-dev.nokia.com/maemo-dev-env-downloads.php.

Desktop image includes both Maemo Fremantle and Diablo development environments 
preconfigured.

Cheers,
//Jarmo


-- 
Julius
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Older targets in Mammo 5 SDK?

2010-02-04 Thread daniel wilms

ext ma...@bitblit.net wrote:

On Wed, 3 Feb 2010, Marius Gedminas wrote:

  

Check out this post about setting up multiple targets in your scratchbox:
http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/

I currently have targets for mistral, bora, chinook, diablo and
fremantle.



I read the blog post but its not clear to me. I used the regular installer 
scripts to have FREMANTLE. I just want to add the DIABLO targets and 
binaries.
  

To solve this you could try to run,

1) the diablo scratchbox installer. (this is needed to install some 
missing packages)


2) the SDK installer (this will install the Diablo targets)

You will find both here:

http://maemo.org/development/sdks/maemo_4-1-2_diablo/

Daniel
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Older targets in Mammo 5 SDK?

2010-02-04 Thread Marius Gedminas
On Wed, Feb 03, 2010 at 02:46:10PM -0500, ma...@bitblit.net wrote:
 On Wed, 3 Feb 2010, Marius Gedminas wrote:
 
  Check out this post about setting up multiple targets in your scratchbox:
  http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/
  
  I currently have targets for mistral, bora, chinook, diablo and
  fremantle.
 
 I read the blog post but its not clear to me. I used the regular installer 
 scripts to have FREMANTLE. I just want to add the DIABLO targets and 
 binaries.

What the installer script did for you was:

  * install scratchbox
  * set up a couple of fremantle targets

Now you can do the rest yourself:

  * download diablo rootstrap
  * run the three 'sb-conf st', 'sb-conf rs', 'sb-conf in' commands for
diablo

O, hey, that blog post has no 'diablo'!  No matter, it's basically same
as chinook:

  sb-conf setup diablo-armel -c cs2005q3.2-glibc2.5-arm -d 
perl:debian-etch:Maemo Community council election September 
20083-tools:cputransp -t qemu-arm-0.8.2-sb2
  sudo wget -O /scratchbox/packages/diablo-armel-rootstrap.tgz 
http://repository.maemo.org/stable/4.1/armel/maemo-sdk-rootstrap_4.1_armel.tgz
  sb-conf rs diablo-armel /scratchbox/packages/diablo-armel-rootstrap.tgz
  sb-conf in diablo-armel -e -d -F

(Note: you run all these in your host system, not inside Scratchbox).

Marius Gedminas
-- 
Five words to strike fear into the heart of any software developer: 'How long
will it take?'
-- Sean McGrath


signature.asc
Description: Digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Older targets in Mammo 5 SDK?

2010-02-04 Thread Ville M. Vainio
On Thu, Feb 4, 2010 at 12:40 PM, daniel wilms daniel.wi...@nokia.com wrote:

 To solve this you could try to run,

 1) the diablo scratchbox installer. (this is needed to install some missing
 packages)

You could also do apt-get install scratchbox-* in host to get all
the toolchains you'll ever need.

-- 
Ville M. Vainio
http://tinyurl.com/vainio
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Older targets in Mammo 5 SDK?

2010-02-04 Thread maemo
On Thu, 4 Feb 2010, jarmo.ti...@nokia.com wrote:

 Just couple of more details :). You can install Diablo rootstraps 
 (Diablo SDK) into same Scratchbox installation you use with Fremantle 
 SDK.

That's exactly what I want to do but since Im unfamiliar with the 
installer scripts, I dont know what exactly needs to be done to add the 
targets.

Also, Im assuming once those targets are added, I can login to scratchbox, 
switch to a Diablo target and use fakeroot as normal?




-- 
Aj.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Older targets in Mammo 5 SDK?

2010-02-04 Thread Timo Härkönen
Hi

2010/2/5 ma...@bitblit.net

 On Thu, 4 Feb 2010, jarmo.ti...@nokia.com wrote:

  Just couple of more details :). You can install Diablo rootstraps
  (Diablo SDK) into same Scratchbox installation you use with Fremantle
  SDK.

 That's exactly what I want to do but since Im unfamiliar with the
 installer scripts, I dont know what exactly needs to be done to add the
 targets.



You can either install the diablo targets using the script or manually. I
think you should be able to get the Diablo targets up and running just by
running the install script.

The diablo installer in here:
http://tablets-dev.nokia.com/4.1/maemo-sdk-install_4.1.sh

Install instructions for it are here (scroll down to SDK installation since
you already have scratchbox installed):
http://tablets-dev.nokia.com/4.1/INSTALL.txt



 Also, Im assuming once those targets are added, I can login to scratchbox,
 switch to a Diablo target and use fakeroot as normal?


yes

-Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Older targets in Mammo 5 SDK?

2010-02-03 Thread maemo
On Wed, 3 Feb 2010, Marius Gedminas wrote:

 Check out this post about setting up multiple targets in your scratchbox:
 http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/
 
 I currently have targets for mistral, bora, chinook, diablo and
 fremantle.

I read the blog post but its not clear to me. I used the regular installer 
scripts to have FREMANTLE. I just want to add the DIABLO targets and 
binaries.



-- 
Aj.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Older targets in Mammo 5 SDK?

2010-02-02 Thread maemo

Is it possible to have older targets inside the Maemo 5 SDK? For example, 
it would be useful to have DIABLO_X86 and DIABLO_ARMEL targets available.


-- 
Aj.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Older targets in Mammo 5 SDK?

2010-02-02 Thread Julius Luukko
Wed, 3 Feb 2010 00:51:41 -0500 (EST)
ma...@bitblit.net kirjoitti:

 
 Is it possible to have older targets inside the Maemo 5 SDK? For
 example, it would be useful to have DIABLO_X86 and DIABLO_ARMEL
 targets available.
 
 

Yes it is.

-- 
Julius
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Older targets in Mammo 5 SDK?

2010-02-02 Thread Marius Gedminas
On Wed, Feb 03, 2010 at 12:51:41AM -0500, ma...@bitblit.net wrote:
 Is it possible to have older targets inside the Maemo 5 SDK? For example, 
 it would be useful to have DIABLO_X86 and DIABLO_ARMEL targets available.

Check out this post about setting up multiple targets in your scratchbox:
http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/

I currently have targets for mistral, bora, chinook, diablo and
fremantle.

Marius Gedminas
-- 
lg_PC.gigacharset (lg = little green men language, PC = proxima centauri)
-- Markus Kuhn provides an example of a locale


signature.asc
Description: Digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers