* opkg and opkg-target aliases for the SDK
@ 2011-05-04 17:03 Ilya Yanok
2011-05-04 17:21 ` Zhang, Jessica
0 siblings, 1 reply; 5+ messages in thread
From: Ilya Yanok @ 2011-05-04 17:03 UTC (permalink / raw)
To: poky
Hello guys,
I've found that opkg and opkg-target aliases were removed from the SDK
environment script by commit f09f8f4.
However I can't see any note about this in the commit comment. Was this
removal intentional?
Regards, Ilya.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: opkg and opkg-target aliases for the SDK
2011-05-04 17:03 opkg and opkg-target aliases for the SDK Ilya Yanok
@ 2011-05-04 17:21 ` Zhang, Jessica
2011-05-05 23:31 ` Ilya Yanok
0 siblings, 1 reply; 5+ messages in thread
From: Zhang, Jessica @ 2011-05-04 17:21 UTC (permalink / raw)
To: Ilya Yanok, poky@pokylinux.org
Hi Ilya,
The removal was part of the changes made for adt-installer which is a new feature for Yocto 1.0 release. The old opkg and opkg-target aliases in the environment script was for add packages to the locked location of toolchain(aka SDK) and target sysroot. With Yocto 1.0 and adt-installer, it's still using opkg to install toolchain under /opt/poky/ but the sysroot is now a customized location that can be anywhere, which is specified in the adt_intaller.conf file...
Thanks,
Jessica
-----Original Message-----
From: poky-bounces@yoctoproject.org [mailto:poky-bounces@yoctoproject.org] On Behalf Of Ilya Yanok
Sent: Wednesday, May 04, 2011 10:03 AM
To: poky@pokylinux.org
Subject: [poky] opkg and opkg-target aliases for the SDK
Hello guys,
I've found that opkg and opkg-target aliases were removed from the SDK
environment script by commit f09f8f4.
However I can't see any note about this in the commit comment. Was this
removal intentional?
Regards, Ilya.
_______________________________________________
poky mailing list
poky@yoctoproject.org
https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: opkg and opkg-target aliases for the SDK
2011-05-04 17:21 ` Zhang, Jessica
@ 2011-05-05 23:31 ` Ilya Yanok
2011-05-06 1:34 ` Lu, Lianhao
0 siblings, 1 reply; 5+ messages in thread
From: Ilya Yanok @ 2011-05-05 23:31 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: poky@pokylinux.org
Hi Jessica,
On 04.05.2011 21:21, Zhang, Jessica wrote:
> The removal was part of the changes made for adt-installer which is a new feature for Yocto 1.0 release. The old opkg and opkg-target aliases in the environment script was for add packages to the locked location of toolchain(aka SDK) and target sysroot. With Yocto 1.0 and adt-installer, it's still using opkg to install toolchain under /opt/poky/ but the sysroot is now a customized location that can be anywhere, which is specified in the adt_intaller.conf file...
I see. Still as we are meta-toolchain users we are going to miss them...
Or is meta-toolchain going to be abandoned and we should move to
adt-installer?
Thanks for your comments.
Regards, Ilya.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: opkg and opkg-target aliases for the SDK
2011-05-05 23:31 ` Ilya Yanok
@ 2011-05-06 1:34 ` Lu, Lianhao
2011-05-06 2:39 ` poky and poky-target " Zhang, Jessica
0 siblings, 1 reply; 5+ messages in thread
From: Lu, Lianhao @ 2011-05-06 1:34 UTC (permalink / raw)
To: Ilya Yanok, Zhang, Jessica; +Cc: poky@pokylinux.org
Ilya Yanok wrote on 2011-05-06:
> Hi Jessica,
>
> On 04.05.2011 21:21, Zhang, Jessica wrote:
>> The removal was part of the changes made for adt-installer which is
>> a new
> feature for Yocto 1.0 release. The old opkg and opkg-target aliases
> in the environment script was for add packages to the locked location
> of toolchain(aka
> SDK) and target sysroot. With Yocto 1.0 and adt-installer, it's still
> using opkg to install toolchain under /opt/poky/ but the sysroot is
> now a customized location that can be anywhere, which is specified in the adt_intaller.conf file...
>
> I see. Still as we are meta-toolchain users we are going to miss them...
> Or is meta-toolchain going to be abandoned and we should move to
> adt-installer?
>
Hi Ilya,
The meta-toolchain is still there for backward compatibilities. Another reason that the opkg-target and opkg were removed from the environment file in meta-toolchain is that now the meta-toolchain can be created not only by ipk, but by rpm/deb also, and the opkg/opkg-target is miss-leading for the rpm/deb cases.
Best Regards,
Lianhao
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: poky and poky-target aliases for the SDK
2011-05-06 1:34 ` Lu, Lianhao
@ 2011-05-06 2:39 ` Zhang, Jessica
0 siblings, 0 replies; 5+ messages in thread
From: Zhang, Jessica @ 2011-05-06 2:39 UTC (permalink / raw)
To: Lu, Lianhao, Ilya Yanok; +Cc: poky@pokylinux.org
Ilya,
As Lianhao mentioned we're not abandoning meta-toolchain, but since adt installer provide you the flexibility to setup your development sysroot at your customized location which we believe is a big gain in embedded application development. Again, since adt is using opkg, you're still able to manage the toolchain install location under /opt/poky, and sysroot location using opkg as you use to do with meta-toolchain, just the opkg and opkg-target need to be modified to reflect the new locations based on adt-installer.
Thanks,
Jessica
-----Original Message-----
From: Lu, Lianhao
Sent: Thursday, May 05, 2011 6:34 PM
To: Ilya Yanok; Zhang, Jessica
Cc: poky@pokylinux.org
Subject: RE: [poky] opkg and opkg-target aliases for the SDK
Ilya Yanok wrote on 2011-05-06:
> Hi Jessica,
>
> On 04.05.2011 21:21, Zhang, Jessica wrote:
>> The removal was part of the changes made for adt-installer which is
>> a new
> feature for Yocto 1.0 release. The old opkg and opkg-target aliases
> in the environment script was for add packages to the locked location
> of toolchain(aka
> SDK) and target sysroot. With Yocto 1.0 and adt-installer, it's still
> using opkg to install toolchain under /opt/poky/ but the sysroot is
> now a customized location that can be anywhere, which is specified in the adt_intaller.conf file...
>
> I see. Still as we are meta-toolchain users we are going to miss them...
> Or is meta-toolchain going to be abandoned and we should move to
> adt-installer?
>
Hi Ilya,
The meta-toolchain is still there for backward compatibilities. Another reason that the opkg-target and opkg were removed from the environment file in meta-toolchain is that now the meta-toolchain can be created not only by ipk, but by rpm/deb also, and the opkg/opkg-target is miss-leading for the rpm/deb cases.
Best Regards,
Lianhao
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-05-06 2:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04 17:03 opkg and opkg-target aliases for the SDK Ilya Yanok
2011-05-04 17:21 ` Zhang, Jessica
2011-05-05 23:31 ` Ilya Yanok
2011-05-06 1:34 ` Lu, Lianhao
2011-05-06 2:39 ` poky and poky-target " Zhang, Jessica
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.