aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-14linux-2.6.36: Add checksums for TK71 Warpcomm kernel patch.Leon Woestenberg
As noticed by Eric BĂ©nard the patch checksums were missing. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-05-13warpcomm.conf: Add new machine TK71 Warpcomm (Marvell Kirkwood based).Leon Woestenberg
Machine configuration and 2.6.36 kernel patches. Run-tested with a PCI Express Mini (Graphics) Card in the mini PCIe slot. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-02-21ronetix-pm9g45: Added new machine, with kernel 2.6.30.Leon Woestenberg
2011-01-27adb4000.conf: New machine, kernel and u-boot support.Leon Woestenberg
STK ADB4000 is a development board with a SAM9G45 SODIMM CPU module. These patches are from the manufacturer (In-Circuit). Resulting kernel boots on the board. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-01-25p2020rdb: New Freescale QorQ P2 machine, based on p1020rdb (P1)Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-09-14preferred-xorg-versions-X11R7.5-latest.inc: Move to pixman 0.18.4Leon Woestenberg
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Frans Meulenbroeks <frans.meulenbroeks@gmail.com>
2010-09-12efikamx: Fixed spelling error Genisi to Genesi.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-09-12linux-efikamx: Added git version for 2.6.31.14.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-09-06ltp-20100831: New release of the Linux Test Project.Leon Woestenberg
Not run-tested yet. Specific targets may need target-dependent patches. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-09-04Added Freescale P1020RDB machine and linux-powerpc-fsl-2.6.35.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-06-16udev/{acl,attr}: Fix install. Wanted to install to host /usr/bin/.Leon Woestenberg
The subdirectory Makefile includes a file, that overrides the variables inherited from the parent Makefile. Those where provided to the parent make through '-e'. Make sure the subdir makes also use '-e'. (An alternative fix is to sed the include file.) Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-03-08squashfs-tools-4.0: Use LDFLAGS in Makefile.Leon Woestenberg
LDFLAGS was not used. Fixed that. The staged zlib was not picked up on a system that hadn't zlib-dev installed natively. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-02xserver-xorg-conf: Added config for MACHINE ion.Leon Woestenberg
Not quite final. Works for me, need to test for different configurations. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-02xserver-xorg-1.7.3: Enable Xinerama for MACHINE ion, due to NVidia.Leon Woestenberg
The NVidia display driver requires Xinerama to be enabled. Ion uses that driver. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-02firefox-3.5.5: --disable-crashreporterLeon Woestenberg
Crash reporter requires curl. However, instead of adding a DEPENDS I chose disabling the crashreporter. Mozilla is probably not interested in OE-induced crash reports. However, in the future we might want to enable it. DEPENDS += "curl" must than be added. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-01linux-2.6.32/ion/defconfig: Tune-down to better match machine.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-01nvidia-display-190.42: Fix library versioning.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-01helloworld-image: Set some IMAGE_* so that nothing extra gets included.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-01netbase/init: Do not run 'ifup -a' if root is network mounted.Leon Woestenberg
'ifup -a' makes a NFS mounted rootfs dissappear underneath us, so add detection of such rootfs and do not (de)configure. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-01nvidia-display: Set DEFAULT_PREFERENCE=1 for MACHINE ion.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-01linux-2.6.32: Add support for MACHINE=ion.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-06gcc-configure-cross.inc: Remove bogus rm -rf libiberty.aLeon Woestenberg
This was probably bogusly copied from do_install long ago. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-06openmoko-alsa-scenarios.bb: Provide a safe SRC_URI default.Leon Woestenberg
I got BB parsing errors on SRC_URI. This is (was) the only recipe overriding SRC_URI with MACHINE_ARCH. I introduced a safe fall-back SRC_URI. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-06machine/ion.conf: Adjust machine arch settings.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-03helloworld: Use {C,LD}FLAGS during build. Duh.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-22nvidia-display: Added 190.42 release. Builds but packaging needs clean-up.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-22linux-2.6.31: Added defconfig for MACHINE ion.Leon Woestenberg
2009-11-21tune-atom.inc: Use gcc arch and tune options for GCC 4.3.1+Leon Woestenberg
2009-11-19ion.conf: TARGET_CC_ARCH = "-march=i686 -mtune=atom" for Atom.Leon Woestenberg
2009-11-19conf/machine/ion.conf: NVidia Ion based x86 machines.Leon Woestenberg
This introduces tune-atom.inc, using core2 arch as we can rely on GCC 4.3.1+, which supports core2 reliably. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18lzma.inc: Remove dependency on dos2unix host command, using sed.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18squashfs-4.0: update squashfs-tools to include upstream LZMA inclusion.Leon Woestenberg
In OpenEmbedded we used squashfs 4.0 with external patch for LZMA compression support. In the meantime, squashfs has mainlined LZMA support in its CVS version. This patches switches to the upstream squashfs-tools and modifies bitbake.conf to match the slightly different arguments to mksquashfs. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18linux-{,kirkwood-}2.6.31: Add upstream squashfs-4.0 LZMA patches.Leon Woestenberg
Squashfs 4.0 has official LZMA in the works. "Re: [Squashfs-devel] squashfs 4.0 lzma support" According to the author "No, I don't anticipate the format changing. As far as LZMA is concerned, the format is dictated by the LZMA code in the kernel". An updated squashfs-tools with LZMA support will be committed to OpenEmbedded in a seperate commit. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18squashfs-lzma-tools: Revert, re-applied later in unified commit.Leon Woestenberg
This reverts commit 78ec619c698b227e0d0f310f49c4a932ce9f0db6. Upstream squashfs-tools has now-official support for LZMA but requires different arguments. This commit added the new argument, but I later decided to unify this commit with the actual recipes -- so that in case of problems, it can be traced back to a single commit. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18MAINTAINERS: Update recipes, machines that I look at now and then.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18linux-kirkwood: Add patch that re-enables interrupts from idle.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18linux-kirkwood: Add patch that re-enables interrupt from idle.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18squashfs-lzma-tools: Upstream LZMA support requires -comp argument.Leon Woestenberg
2009-10-31linux-kirkwood-2.6.31: Add PCI Express support for openrd-base.Leon Woestenberg
Note there are upstream problems involving devices using PCI IOMEM. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-10-23u-boot: Patched and tested a GIT version for MACHINE=calamari.Leon Woestenberg
Tested on the Freescale MPC8536DS board. Includes a workaround for a known buggy compiler. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-10-22gnash-fb: Fix DEPENDS from cairo to agg.Leon Woestenberg
2009-10-18gnash: Add gnash-fb 0.8.5, gnash for framebuffer devices.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-10-18gnash-0.8.5: Fix an upstream case-typo in the configure script.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-10-18agg-2.5: Fix typoin CFLAGS. Provide X paths to configure.Leon Woestenberg
There is a typo in the CFLAGS. Additionally a fix is needed to have the X library paths configured correctly. Fixed and tested for MACHINE=beagleboard. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-10-15linux-powerpc-fsl: Add defconfig for calamari.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-27lsof.bb: Add configure support for linux-gnu.Leon Woestenberg
2009-09-26openssl.inc: Deal with HOST_OS=linux-gnu during configure.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-23libvorbis: Add missing patch.Leon Woestenberg
Add missing patch to commit 931492940074aa14105d979ca6f8c2ccee910c8. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-23libvorbis: In configure.in, remove cpu= for powerpc tripplets.Leon Woestenberg
We expect the correct cpu= assignment from the OE environment, do not force it to ppc750, which is incompatible with some of the OE supported machines. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-23linux-powerpc-fsl: Update GIT revision for Freescale Calamari board kernel.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>