* [ptxdist] [ANNOUNCE] PTXdist 2012.03.0 released
@ 2012-03-12 8:49 Michael Olbrich
2012-03-12 12:24 ` Bernhard Walle
2012-03-22 9:56 ` Alexander Dahl
0 siblings, 2 replies; 4+ messages in thread
From: Michael Olbrich @ 2012-03-12 8:49 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1.1: Type: text/plain, Size: 2502 bytes --]
Hi,
I've released PTXdist 2012.03.0. Mostly bugfixes, but be careful when
updating: The udev package was rewritten. The previous 'experimental'
version is now the old version and udev 181 is now the default.
The new udev version requires a mounted devtmpfs. If that's not
possible for you then select the old udev version.
This also mean, that old toolchains (such as OSELAS.Toolchain 1.99.x) are
no longer supported.
Thanks to all contributers. As always the shortlog below.
Enjoy,
Michael Olbrich
Bernhard Walle (9):
platforms: Make it possible to create a uRamdisk with an initramfs
Update kexec-tools to 2.0.3
u-boot: Allow copying of u-boot SPL to images
lpc21isp: Update to 1.83
host-e2fsprogs: don't install libraries
{os-release, rootfs}.make: Don't rely on GNU date
configure.ac: Check for GNU mknod
configure.ac: Check for GNU tar
generic/os-release: Quote ANSI_COLOR
Jan Luebbe (2):
networkmanager: support creating a link for bbinit
wpa_supplicant: run 'make clean' in prepare stage
Jan Weitzel (1):
Build MLO from barebox sources
Josef Holzmayr (1):
zlib: bump version to 1.2.6
Juergen Beisert (2):
utelnet: adapt URL
rrdtool: fix extract stage
Michael Olbrich (15):
ptxd_install_setup_src: improve targetinstall dependencies
libkmod: version bump 4 -> 5
xz: new package
u-boot: fix indent
ptxd_make_xpkg_pkg: fix dependency generation
e2fsprogs: cleanup
e2fsprogs: version bump 1.41.14 -> 1.42
e2fsprogs: disable uuidd
util-linux-ng: add uuidd and cleanup configure options
udev: version bump 162/172 -> 172/181
xorg-server: udev input_id is now non-optional
udev: add missing dependency
barebox_mlo: cleanup
fstab: add tmpfs for /run and make /var/run a bind mount for it
udev: fix init script
Robert Schwebel (2):
util-linux-ng: version bump 2.19.1 -> 2.20
util-linux-ng: clean up package
Stephan Linz (2):
host-xl-tools: version bump 1.0.1 -> 1.1.0
microblaze: support little endian configuration
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [ANNOUNCE] PTXdist 2012.03.0 released
2012-03-12 8:49 [ptxdist] [ANNOUNCE] PTXdist 2012.03.0 released Michael Olbrich
@ 2012-03-12 12:24 ` Bernhard Walle
2012-03-12 13:14 ` Juergen Beisert
2012-03-22 9:56 ` Alexander Dahl
1 sibling, 1 reply; 4+ messages in thread
From: Bernhard Walle @ 2012-03-12 12:24 UTC (permalink / raw)
To: ptxdist
* Michael Olbrich <m.olbrich@pengutronix.de> [2012-03-12 09:49]:
>
> I've released PTXdist 2012.03.0. Mostly bugfixes, but be careful when
> updating: The udev package was rewritten. The previous 'experimental'
> version is now the old version and udev 181 is now the default.
> The new udev version requires a mounted devtmpfs. If that's not
> possible for you then select the old udev version.
And for all people that have a custom fstab in their project: The new
udev requires /run to exist and to be writable. Otherwise it exits with
an error that it cannot bind a control socket. (If you have the default
generic fstab, everything is fine.)
Regards,
Bernhard
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [ANNOUNCE] PTXdist 2012.03.0 released
2012-03-12 12:24 ` Bernhard Walle
@ 2012-03-12 13:14 ` Juergen Beisert
0 siblings, 0 replies; 4+ messages in thread
From: Juergen Beisert @ 2012-03-12 13:14 UTC (permalink / raw)
To: ptxdist; +Cc: Bernhard Walle
Bernhard Walle wrote:
> * Michael Olbrich <m.olbrich@pengutronix.de> [2012-03-12 09:49]:
> > I've released PTXdist 2012.03.0. Mostly bugfixes, but be careful when
> > updating: The udev package was rewritten. The previous 'experimental'
> > version is now the old version and udev 181 is now the default.
> > The new udev version requires a mounted devtmpfs. If that's not
> > possible for you then select the old udev version.
>
> And for all people that have a custom fstab in their project: The new
> udev requires /run to exist and to be writable. Otherwise it exits with
> an error that it cannot bind a control socket. (If you have the default
> generic fstab, everything is fine.)
And if someone needs the old behaviour just add a
# Where to place the runtime data (default is "/run/udev")
udev_run="/dev/.udev"
to the udev.conf
jbe
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [ANNOUNCE] PTXdist 2012.03.0 released
2012-03-12 8:49 [ptxdist] [ANNOUNCE] PTXdist 2012.03.0 released Michael Olbrich
2012-03-12 12:24 ` Bernhard Walle
@ 2012-03-22 9:56 ` Alexander Dahl
1 sibling, 0 replies; 4+ messages in thread
From: Alexander Dahl @ 2012-03-22 9:56 UTC (permalink / raw)
To: ptxdist
Hei hei,
Am 2012-03-12 09:49, schrieb Michael Olbrich:
> I've released PTXdist 2012.03.0. Mostly bugfixes, but be careful when
> updating: The udev package was rewritten. The previous 'experimental'
> version is now the old version and udev 181 is now the default.
> The new udev version requires a mounted devtmpfs. If that's not
> possible for you then select the old udev version.
To be more specific: devtmpfs is part of the kernel since 2.6.32 (to my
knowledge) and can be enabled in your kernel config by:
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
(This was not the case for our kernel, took me a little time to find
out.)
Greets
Alex
--
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 ***
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-22 9:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-12 8:49 [ptxdist] [ANNOUNCE] PTXdist 2012.03.0 released Michael Olbrich
2012-03-12 12:24 ` Bernhard Walle
2012-03-12 13:14 ` Juergen Beisert
2012-03-22 9:56 ` Alexander Dahl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox