Jamie Lenehan [Tue, 26 Sep 2006 08:21:02 +0000 (08:21 +0000)]
perl: Update modules that were effected by the cpan.bbclass changes:
- Remove the DEPENDS on perl since the cpan class now adds it.
- Bump PR to take into account the changed installation location.
Jamie Lenehan [Tue, 26 Sep 2006 08:16:29 +0000 (08:16 +0000)]
perl modules: Add the first collection of perl modules. These modules are
required to run mason (perl web content development and delivery engine).
Mason itself, and the additional modules needed to build it, to follow.
Jamie Lenehan [Tue, 26 Sep 2006 08:06:33 +0000 (08:06 +0000)]
cpan.bbclass/cpan_build.bbclass: Make all perl modules DEPEND on perl
and RDEPEND on perl-native to avoid having to add it to every single
perl module recipe.
Jamie Lenehan [Tue, 26 Sep 2006 07:45:40 +0000 (07:45 +0000)]
cpan_build.bbclass: The existing cpan.bbclass works for perl modules that
uses the old Makefile.PL based build ssytem. This class is for perl modules
that use the new Build.PL based build system (not widely used yet but
starting to appear). Again this use site_perl instead of vendor_perl since
vender_perl is not being setup by the perl build.
Jamie Lenehan [Tue, 26 Sep 2006 07:42:41 +0000 (07:42 +0000)]
cpan.bbclass: Instead of putting modules into ${libdir}/perl5 put them into
${libdir}/perl5/site_perl/${version} since ${libdir}/perl5 is not part of
the standard INC (search) path for perl and so these modules are not
found by default in the original location. Technically they should go
in vendor_perl instead of site_perl, but that requires changes to all
of the configuration files which is a much more complex change.
Michael Lauer [Mon, 25 Sep 2006 21:53:58 +0000 (21:53 +0000)]
* add unifdef-native, an utility from 2.6.18-git that's used to generate userland headers
* make linux-libc-headers DEPEND on unifdef-native
Michael-Luke Jones [Mon, 25 Sep 2006 18:46:53 +0000 (18:46 +0000)]
mdev: add missing file
Michael-Luke Jones [Mon, 25 Sep 2006 18:42:32 +0000 (18:42 +0000)]
ixp4xx-kernel: Bump SVN to add new ixp_npe driver fixes
slugos-init: adjustments to loadmodules.sh script
mdev: Fake hotplug firmware loading implemented in a script
Marcin Juszkiewicz [Mon, 25 Sep 2006 15:15:30 +0000 (15:15 +0000)]
linux-oz: added one more CF card into hrw-pcmcia-ids patch
Koen Kooi [Mon, 25 Sep 2006 14:38:02 +0000 (14:38 +0000)]
busybox 1.2.1: set PR to something sane
Martin Dietze [Mon, 25 Sep 2006 12:44:18 +0000 (12:44 +0000)]
Martin Dietze [Mon, 25 Sep 2006 12:43:14 +0000 (12:43 +0000)]
elvis: added missing DEPENDS on ncurses.
Martin Dietze [Mon, 25 Sep 2006 12:42:32 +0000 (12:42 +0000)]
nylon-scripts: upped SRCDATE as a more recent version is now used by nylon.
Martin Dietze [Mon, 25 Sep 2006 12:40:48 +0000 (12:40 +0000)]
nylon images and feed: use elvis-tiny as standard editor instead of busybox-vi.
Martin Dietze [Mon, 25 Sep 2006 12:39:26 +0000 (12:39 +0000)]
wpa-supplicant, hostap: fixed wrong syntax for mtx-[12] conditional entries in recipes.
Martin Dietze [Mon, 25 Sep 2006 12:37:51 +0000 (12:37 +0000)]
busybox: nylon no longer uses busybox-vi but elvis-tiny instead.
Michael-Luke Jones [Mon, 25 Sep 2006 10:09:04 +0000 (10:09 +0000)]
Michael-Luke Jones [Mon, 25 Sep 2006 10:08:25 +0000 (10:08 +0000)]
ixp4xx-kernel: Update 2.6.17 patch grab URL
* Reflects changes to structure of NSLU2-Linux Kernel SVN Repository
Jamie Lenehan [Mon, 25 Sep 2006 08:58:20 +0000 (08:58 +0000)]
Jamie Lenehan [Mon, 25 Sep 2006 08:53:24 +0000 (08:53 +0000)]
perl 5.8.7: Fix the perl shared library generation for sh3/sh4
targets:
- You cannot link using LD on sh3/sh4, since ld fails to link in the
hidden library of weak symbols that is needed. Ccc knows about this
library and correctly links it in. The generate_config_sh script
was replacing the configred linker with LD from the environment and
the soname patch was passing parameters directly to LD which need
to be passed differently when linking with gcc.
- Any code to go in shared libraries must be compiled with -fPIC,
which while present in the config file was again being replaced
from the environment by the generate_config_sh script.
Both these patches probably should be ok for all targets, but they
would definately need run-time testing. So they are just patched in
for sh3 and sh4 for now.
Also removed the old code I added not to install the shared library
if its not configured since its configured for all targets after this
change.
Michael-Luke Jones [Mon, 25 Sep 2006 08:50:58 +0000 (08:50 +0000)]
busybox: remove mdev support
mdev: add separate mdev package creating standalone executable
* adjust mdev.conf to create /dev/buzzer link
* change slugos-image.bb to include standalone mdev
Michael-Luke Jones [Sun, 24 Sep 2006 23:14:39 +0000 (23:14 +0000)]
ixp4xx-kernel: Bump SVN_REV to include full debugging output
Paul Sokolovsky [Sun, 24 Sep 2006 22:46:50 +0000 (22:46 +0000)]
handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be overridable.
Paul Sokolovsky [Sun, 24 Sep 2006 22:43:11 +0000 (22:43 +0000)]
handhelds-pxa-2.6 2.6.16-hh5: Use handhelds-pxa-2.6.inc.
Paul Sokolovsky [Sun, 24 Sep 2006 22:40:18 +0000 (22:40 +0000)]
handhelds-pxa-2.6: Split out common bb-code.
* Move the code needed to build contemporary versions of kernel to
handhelds-pxa-2.6.inc, so it can be reused and maintenance eased
(it's nice idea to keep 3-4 major versions around).
Paul Sokolovsky [Sun, 24 Sep 2006 21:47:58 +0000 (21:47 +0000)]
handhelds-pxa-2.6: Drop 2.6.16-hh6, add 2.6.16-hh7.
* Actually, rename.
* 2.6.16-hh6 was internal tag, no associated kernel version. -hh7 was
tagged recently (in a branch).
Koen Kooi [Sun, 24 Sep 2006 15:32:59 +0000 (15:32 +0000)]
zaurusd: RDEPENDS on procps
* anything that calls ps -e x should RDEPEND on procps
* patching it to work with busybox ps would make them fail with the real ps
Koen Kooi [Sun, 24 Sep 2006 15:32:03 +0000 (15:32 +0000)]
gpe-dm: RDEPEND on procps:
* anything that calls ps -e x should RDEPEND on procps
* patching it to work with busybox ps would make them fail with the real ps
* also drop obsolete versions
Philipp Zabel [Sun, 24 Sep 2006 13:39:58 +0000 (13:39 +0000)]
Michael-Luke Jones [Sun, 24 Sep 2006 08:31:23 +0000 (08:31 +0000)]
Michael-Luke Jones [Sun, 24 Sep 2006 08:30:45 +0000 (08:30 +0000)]
busybox: drop in an mdev patch from busybox.net
slugos-init: add in module loading logic for NSLU2
* Maintainers with other ixp4xx devices should follow suit
Michael-Luke Jones [Sat, 23 Sep 2006 19:51:43 +0000 (19:51 +0000)]
ixp4xx-kernel: Update to grab patches from trunk
Michael-Luke Jones [Sat, 23 Sep 2006 18:36:56 +0000 (18:36 +0000)]
slugos-image: missed a couple of extra items
Michael-Luke Jones [Sat, 23 Sep 2006 15:44:37 +0000 (15:44 +0000)]
Michael-Luke Jones [Sat, 23 Sep 2006 15:42:37 +0000 (15:42 +0000)]
ixp4xx-kernel: minor SVN revbump
Michael-Luke Jones [Sat, 23 Sep 2006 15:39:33 +0000 (15:39 +0000)]
SlugOS Distro & Image Files: Major changes
* Update to kernel version 2.6.18 (new build system)
* Change from udev to mdev to handle /dev and hotplug events (slugos-image.bb)
* Update to include necessary kernel modules post-modularisation (conf/distro/*)
Michael-Luke Jones [Sat, 23 Sep 2006 15:35:01 +0000 (15:35 +0000)]
ixp4xx-npe: Update installation patch for 2.1 and 2.3
Michael-Luke Jones [Sat, 23 Sep 2006 15:29:52 +0000 (15:29 +0000)]
slugos-init: Add scripts to autoload relevant modules
* Required for ixp4xx-kernel_2.6.18 and higher due to modularisation
Michael-Luke Jones [Sat, 23 Sep 2006 15:26:05 +0000 (15:26 +0000)]
busybox: add mdev support
* adjust SlugOS defconfig to enable mdev
* add mdev startup script (similar to udev init)
* add mdev.conf with correct device permissions/actions
Paul Sokolovsky [Sat, 23 Sep 2006 14:49:31 +0000 (14:49 +0000)]
Liam Girdwood [Sat, 23 Sep 2006 13:39:48 +0000 (13:39 +0000)]
mx31ads| machine conf file: added mx31ads machine support
Liam Girdwood [Sat, 23 Sep 2006 13:37:15 +0000 (13:37 +0000)]
mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time).
Liam Girdwood [Sat, 23 Sep 2006 12:50:22 +0000 (12:50 +0000)]
tune-arm1136jf-s| machine conf: added arm11jf-s CPU support
Liam Girdwood [Sat, 23 Sep 2006 12:16:04 +0000 (12:16 +0000)]
mainstone_linux 2.6.18: fixed PR syntax error in bb file.
Michael Lauer [Sat, 23 Sep 2006 11:04:24 +0000 (11:04 +0000)]
xserver-kdrive git reduce duplicated metadata
Paul Sokolovsky [Sat, 23 Sep 2006 10:19:11 +0000 (10:19 +0000)]
dosfstools 2.11: New version
* dosfstools-2.10-kernel-2.6.patch is in mainline
* Still has various issues (one annoying being its non-i18n-friendliness,
tending to demage filenames in local charsets), but at least it's from 2005,
not 2003.
* dosfstools-native still at 2.10, as some patches don't apply cleanly.
Rod Whitby [Sat, 23 Sep 2006 02:04:03 +0000 (02:04 +0000)]
ixp4xx-kernel: Updated to svn repo rev after layout revert. Enanced svnpatch to take a configurable kernel repo path.
Rod Whitby [Sat, 23 Sep 2006 02:03:06 +0000 (02:03 +0000)]
apex: Updated to 1.4.5
Richard Purdie [Fri, 22 Sep 2006 22:19:56 +0000 (22:19 +0000)]
kernel.bbclass: Update get_kernelversion for changes in kernels >= 2.6.18
Philip Balister [Fri, 22 Sep 2006 17:13:37 +0000 (17:13 +0000)]
* base-files: add machine specific fstab for omap5912osk machine
Rod Whitby [Fri, 22 Sep 2006 17:10:06 +0000 (17:10 +0000)]
Michael-Luke Jones [Fri, 22 Sep 2006 16:28:10 +0000 (16:28 +0000)]
Michael-Luke Jones [Fri, 22 Sep 2006 14:27:20 +0000 (14:27 +0000)]
ixp4xx-kernel-2.6.18: pull patches automatically from SVN
* Improved previous system so patch tree is pulled automagically
* Specific SVN revision can be specified
* Patches applied using quilt
Richard Purdie [Fri, 22 Sep 2006 11:55:15 +0000 (11:55 +0000)]
task-base: Fix typos (thanks XorA)
Richard Purdie [Fri, 22 Sep 2006 11:47:33 +0000 (11:47 +0000)]
task-base: Add a distro selectable base set of depends so we can mimic task-bootstrap correctly
Liam Girdwood [Fri, 22 Sep 2006 10:05:53 +0000 (10:05 +0000)]
mainstone_kernel_2.6.18| virtual/kernel : added mainstone kernel 2.6.18 to support Angstrom and EABI
Philipp Zabel [Fri, 22 Sep 2006 09:55:25 +0000 (09:55 +0000)]
linux-libc-headers: add 2.6.18, generated by make headers_install
Michael-Luke Jones [Fri, 22 Sep 2006 07:24:24 +0000 (07:24 +0000)]
Oyvind Repvik [Thu, 21 Sep 2006 23:51:59 +0000 (23:51 +0000)]
slugos-packages: Remove erlang from ucslugc feed
Michael-Luke Jones [Thu, 21 Sep 2006 22:31:54 +0000 (22:31 +0000)]
ixp4xx-kernel_2.6.18: General Update
* Patches updated to reflect NSLU2-Linux SVN repository
Michael-Luke Jones [Thu, 21 Sep 2006 22:27:13 +0000 (22:27 +0000)]
ixp4xx-npe: quick refresh
* update install location of npe microcode
* remove obsolete version
Martin Dietze [Thu, 21 Sep 2006 12:30:26 +0000 (12:30 +0000)]
busybox: removed BZIP2 feature from nylon config, it was redundant since bzip2 is installed anyway
Martin Dietze [Thu, 21 Sep 2006 12:28:49 +0000 (12:28 +0000)]
elvis: some finetuning
* added update-alternatives calls to replace/set /bin/vi link
* minor fixes to configuration in elvis-tiny to avoid warnings when loading
Richard Purdie [Thu, 21 Sep 2006 08:56:20 +0000 (08:56 +0000)]
linux-oz-2.6.18: Fix locomo patch on collie, update collie defconfig so it builds and fits the device, update pxafb_changeres patch
Koen Kooi [Wed, 20 Sep 2006 21:49:19 +0000 (21:49 +0000)]
ibc-cvs arm uClibc.config: update to current svn
Jamie Lenehan [Wed, 20 Sep 2006 21:23:23 +0000 (21:23 +0000)]
sudo 1.6.8p12: Fix the autoconf patch. The AC_LINK_IFELSE test that was
being patched in is incorrect - this fixes the test. Closes #1422.
Richard Purdie [Wed, 20 Sep 2006 20:46:23 +0000 (20:46 +0000)]
linux-openzaurus-2.6.18: Apply recent 2.6.17 patches including overlay support
Oyvind Repvik [Wed, 20 Sep 2006 20:39:45 +0000 (20:39 +0000)]
erlang: Add erlang package. Add to slugos feeds
Koen Kooi [Wed, 20 Sep 2006 18:53:26 +0000 (18:53 +0000)]
gpe-plucker: remove obsolete stuff
Koen Kooi [Wed, 20 Sep 2006 16:32:54 +0000 (16:32 +0000)]
handhelds-pxa-2.6 cvs: fix uclibc/EABI
Richard Purdie [Wed, 20 Sep 2006 15:44:05 +0000 (15:44 +0000)]
linux-openzaurus-2.18: Fix squahsfx patch, update qemuarm integrator -> versatile
Marcin Juszkiewicz [Wed, 20 Sep 2006 15:26:35 +0000 (15:26 +0000)]
linux-oz: added 2.6.18 (not tested)
- some patches refreshed:
- collie-mcp-r0 -> r1
- tmio-tc6393-r6 -> r7
- tmio-nand-r5 -> r6
- tmio-ohci-r4 -> r5
- tosa-tmio-lcd-r8 -> r9
- tosa-lcdnoise-r0 -> r1
Richard Purdie [Wed, 20 Sep 2006 13:30:57 +0000 (13:30 +0000)]
linux-oz-2.6.17: Add preliminary qemux86 support (kernel only), add rootdelay=1 option for spitz, add symlinks in image deploy directory, migrate qemuarm from integrator to versatile (from poky)
Martin Dietze [Wed, 20 Sep 2006 12:47:57 +0000 (12:47 +0000)]
busybox: use a larger buffer in xargs for nylon, patch to compile busybox 1.00 for mtx-[12]
Martin Dietze [Wed, 20 Sep 2006 12:46:17 +0000 (12:46 +0000)]
cxcrypt: primitive binary-xor-based encryption tool.
Martin Dietze [Wed, 20 Sep 2006 12:44:00 +0000 (12:44 +0000)]
elvis: a vi clone with lots of vim-like features
* elvis-tiny is not as tiny as vim-tiny, i.e. it has visual marking, undo, syntax highlighting etc.
* elvis even has http and ftp support
Koen Kooi [Wed, 20 Sep 2006 11:53:32 +0000 (11:53 +0000)]
uclibc: fix packaging in uclibc.inc so we can get .dbg package.
* OE's strip functionality can't cope with a debugbuild of uclibc yet, so beware
Koen Kooi [Wed, 20 Sep 2006 09:35:34 +0000 (09:35 +0000)]
uclibc.inc: add code to enable/disable EABI for ARM systems based on TARGET_OS
* inspired by Richards code from linux-openzaurus.inc
Koen Kooi [Wed, 20 Sep 2006 09:28:45 +0000 (09:28 +0000)]
linux kernels: and bump PR where available for previous commit
Koen Kooi [Wed, 20 Sep 2006 09:27:00 +0000 (09:27 +0000)]
linux kernels: fix uclibcgnueabi detection
Koen Kooi [Wed, 20 Sep 2006 08:32:55 +0000 (08:32 +0000)]
uclibc svn: beat it into a working state, but given the massive desinterest the OE/uclibc people are displaying for patches sent to the mailinglist, this could break for some configurations
Jamie Lenehan [Tue, 19 Sep 2006 22:16:37 +0000 (22:16 +0000)]
Jamie Lenehan [Tue, 19 Sep 2006 22:15:28 +0000 (22:15 +0000)]
clamav 0.88.4: Add a do_stage to stage the header files and libraries so
other applications that link against clamav can be build. Some spelling
fixes in the comments as well.
Michael Lauer [Tue, 19 Sep 2006 21:20:30 +0000 (21:20 +0000)]
Kristoffer Ericson [Tue, 19 Sep 2006 20:17:04 +0000 (20:17 +0000)]
conf/distro/jlime-donkey.conf : Addition of Links to images
* Addition of Links to all images (bootstrap depend)
Michael Lauer [Tue, 19 Sep 2006 20:03:05 +0000 (20:03 +0000)]
eds-dbus svn enhance metadata, fix building on some architectures
Michael Lauer [Tue, 19 Sep 2006 16:47:30 +0000 (16:47 +0000)]
ltrace: remove 0.3.36 and add 0.4
Michael Lauer [Tue, 19 Sep 2006 16:38:31 +0000 (16:38 +0000)]
x86.conf: make it work w/ glibc 2.4 + NTPL
Michael Lauer [Tue, 19 Sep 2006 16:35:51 +0000 (16:35 +0000)]
xserver-kdrive git supply EXTRA_OECONF_x86 since w100 xserver doesn't build for x86
Michael Lauer [Tue, 19 Sep 2006 16:33:35 +0000 (16:33 +0000)]
Michael Lauer [Tue, 19 Sep 2006 10:13:42 +0000 (10:13 +0000)]
Kristoffer Ericson [Mon, 18 Sep 2006 22:45:56 +0000 (22:45 +0000)]
conf/distro/jlime-donkey.conf: Set preferred_provider for libsdl
* Use libsdl-x11 instead of non-building libsdl-gpe
Michael Lauer [Mon, 18 Sep 2006 21:43:06 +0000 (21:43 +0000)]
linux-x86: upgrade to 2.6.17.9
Koen Kooi [Mon, 18 Sep 2006 19:36:15 +0000 (19:36 +0000)]
site/arm-linux-uclibcgnueabi: copied from arm-linux-uclibc
Michael Lauer [Mon, 18 Sep 2006 17:15:42 +0000 (17:15 +0000)]
libxine 1.1.0 fix typo in SRC_URI
Michael Lauer [Mon, 18 Sep 2006 16:58:06 +0000 (16:58 +0000)]
libxine 1.1.0 add gcc4.1.1 patch (static vs. nonstatic declaration)
Martin Dietze [Mon, 18 Sep 2006 12:24:55 +0000 (12:24 +0000)]
sysvinit: use "ln -sf" for creating start links to avoid errors when re-building package.
Marcin Juszkiewicz [Mon, 18 Sep 2006 09:33:06 +0000 (09:33 +0000)]
opie-freetype: fix packaging in proper way: APPTYPE = 'plugin'
Marcin Juszkiewicz [Mon, 18 Sep 2006 09:32:30 +0000 (09:32 +0000)]
opie.bbclass: move do_opie_install before do_package so we will have opie stuff packaged.
Without this change opie_do_install was called after packaging.
Changeset is a result of moving do_stage after do_install
Marcin Juszkiewicz [Mon, 18 Sep 2006 08:29:00 +0000 (08:29 +0000)]
opie-freetype: package files, do not allow to rename package by debian.bbclass