All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] org.oe.dev angstrom 2008: start lockdown file based on openmoko versions
       [not found] <E1JPfZq-0006fI-Ky@linuxtogo.org>
@ 2008-02-14 15:36 ` pHilipp Zabel
  2008-02-14 15:53   ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: pHilipp Zabel @ 2008-02-14 15:36 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Feb 14, 2008 at 4:00 PM, koen commit
<openembedded-commits@lists.openembedded.org> wrote:
> angstrom 2008: start lockdown file based on openmoko versions
>  * awaits bitbake support to get generated automatically
>
>  Author: koen@openembedded.org
>  Branch: org.openembedded.dev
>  Revision: 9f227060931d6ef3c46ac867c9d5ab6f7ff4c7b8
>  ViewMTN: http://monotone.openembedded.org/revision/info/9f227060931d6ef3c46ac867c9d5ab6f7ff4c7b8
>  Files:
>  1
>  conf/distro/include/angstrom-2008-preferred-versions.inc
>  conf/distro/angstrom-2008.1.conf
>  Diffs:
>
>  #
>  # mt diff -r9d7c2a8ce1e28ac215be4fd94fbde27112c167bb -r9f227060931d6ef3c46ac867c9d5ab6f7ff4c7b8
>  #
>  #
>  #
>  # add_file "conf/distro/include/angstrom-2008-preferred-versions.inc"
>  #  content [ebf743b8e6427e99a80a69e6d3b9c91f88e89d8d]
>  #
>  # patch "conf/distro/angstrom-2008.1.conf"
>  #  from [7ea86daa05508d4bd45a3e6eeba28b45153de9fe]
>  #    to [68d8c62fce1fc4da0724773e540d24dd355ccaeb]
>  #
>  ============================================================
>  --- conf/distro/include/angstrom-2008-preferred-versions.inc    ebf743b8e6427e99a80a69e6d3b9c91f88e89d8d
>  +++ conf/distro/include/angstrom-2008-preferred-versions.inc    ebf743b8e6427e99a80a69e6d3b9c91f88e89d8d
>  @@ -0,0 +1,8 @@
>  +PREFERRED_VERSION_dbus = "1.1.4"
>  +PREFERRED_VERSION_busybox = "1.9.1"
>  +PREFERRED_VERSION_gst-pulse = "0.9.7"
>  +PREFERRED_VERSION_libtool = "1.2.14"
>  +PREFERRED_VERSION_pulseaudio = "0.9.9"
>  +PREFERRED_VERSION_udev = "118"
>  +PREFERRED_VERSION_vte = "0.16.10"
>  +
>  ============================================================
>  --- conf/distro/angstrom-2008.1.conf    7ea86daa05508d4bd45a3e6eeba28b45153de9fe
>  +++ conf/distro/angstrom-2008.1.conf    68d8c62fce1fc4da0724773e540d24dd355ccaeb
>  @@ -22,6 +22,7 @@ require conf/distro/include/sane-srcrevs
>
>   require conf/distro/include/sane-srcdates.inc
>   require conf/distro/include/sane-srcrevs.inc
>  +require conf/distro/include/angstrom-2008-preferred-versions.inc
>
>   #Images built can have to modes:
>   # 'debug': empty rootpassword, strace included
>  @@ -71,16 +72,10 @@ PREFERRED_VERSION_uclibc-initial ?= "0.9
>
>
>   #Prefer a newer GTK+ and friends
>  -PREFERRED_VERSION_gtk+                 = "2.12.3"
>  -PREFERRED_VERSION_glib-2.0              = "2.14.4"
>  -PREFERRED_VERSION_pango                 = "1.18.1"
>  +PREFERRED_VERSION_gtk+                 ?= "2.12.3"
>  +PREFERRED_VERSION_glib-2.0              ?= "2.14.4"
>  +PREFERRED_VERSION_pango                 ?= "1.18.1"

Why the change to ?= and why are those not in -preferred-versions.inc?

regards
Philipp



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

* Re: [oe-commits] org.oe.dev angstrom 2008: start lockdown file based on openmoko versions
  2008-02-14 15:36 ` [oe-commits] org.oe.dev angstrom 2008: start lockdown file based on openmoko versions pHilipp Zabel
@ 2008-02-14 15:53   ` Koen Kooi
  2008-02-14 16:08     ` pHilipp Zabel
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2008-02-14 15:53 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

pHilipp Zabel schreef:
| On Thu, Feb 14, 2008 at 4:00 PM, koen commit

|>   #Prefer a newer GTK+ and friends
|>  -PREFERRED_VERSION_gtk+                 = "2.12.3"
|>  -PREFERRED_VERSION_glib-2.0              = "2.14.4"
|>  -PREFERRED_VERSION_pango                 = "1.18.1"
|>  +PREFERRED_VERSION_gtk+                 ?= "2.12.3"
|>  +PREFERRED_VERSION_glib-2.0              ?= "2.14.4"
|>  +PREFERRED_VERSION_pango                 ?= "1.18.1"
|
| Why the change to ?= and why are those not in -preferred-versions.inc?

Because they will be in the -preferred-versions.inc in the future
(volunteers?).

regards,

Koen

- --
koen@dominion.kabel.utwente.nl will go go away in december 2007, please
use k.kooi@student.utwente.nl instead.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFHtGPnMkyGM64RGpERAvEmAJ4yN5kAEYVKQSHpXOG/Lp4eZBC7ywCfTx6d
h+2LPlAerEirqlNLBugc4lg=
=d+8M
-----END PGP SIGNATURE-----



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

* Re: [oe-commits] org.oe.dev angstrom 2008: start lockdown file based on openmoko versions
  2008-02-14 15:53   ` Koen Kooi
@ 2008-02-14 16:08     ` pHilipp Zabel
  0 siblings, 0 replies; 3+ messages in thread
From: pHilipp Zabel @ 2008-02-14 16:08 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Feb 14, 2008 at 4:53 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>  Hash: SHA1
>
>  pHilipp Zabel schreef:
>
> | On Thu, Feb 14, 2008 at 4:00 PM, koen commit
>
>
> |>   #Prefer a newer GTK+ and friends
>  |>  -PREFERRED_VERSION_gtk+                 = "2.12.3"
>  |>  -PREFERRED_VERSION_glib-2.0              = "2.14.4"
>  |>  -PREFERRED_VERSION_pango                 = "1.18.1"
>  |>  +PREFERRED_VERSION_gtk+                 ?= "2.12.3"
>  |>  +PREFERRED_VERSION_glib-2.0              ?= "2.14.4"
>  |>  +PREFERRED_VERSION_pango                 ?= "1.18.1"
>  |
>  | Why the change to ?= and why are those not in -preferred-versions.inc?
>
>  Because they will be in the -preferred-versions.inc in the future
>  (volunteers?).

:) Good, so it's just for historical reasons?
I think I just volunteered involuntarily, then.

regards
Philipp



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

end of thread, other threads:[~2008-02-14 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1JPfZq-0006fI-Ky@linuxtogo.org>
2008-02-14 15:36 ` [oe-commits] org.oe.dev angstrom 2008: start lockdown file based on openmoko versions pHilipp Zabel
2008-02-14 15:53   ` Koen Kooi
2008-02-14 16:08     ` pHilipp Zabel

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.