aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-11-24Merge branch 'likewise/nios2' of git@git.openembedded.org:openembedded into ↵likewise/nios2Leon Woestenberg
likewise/nios2 Conflicts: recipes/uclibc/uclibc.inc Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24Revert "binutils-nios2-2.15.bb: Use target_{in,lib}dir from cross.bbclass."Leon Woestenberg
This reverts commit 11d706d146d3b0b6205526372c1e1df6418d86ef. Instead of using the poky approach, stick with the current OE way of staging binutils-cross. Conflicts: recipes/binutils/binutils_nios2-2.15.bb Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24binutils-nios2-2.15: Use binutils.inc.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24linux-libs-headers-nios2: Take latest GIT revision.Leon Woestenberg
The previously specified one did not have the arch/nios2 directory... Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24binutils-nios2-2.15.bb: Use target_{in,lib}dir from cross.bbclass.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24cross.bbclass: Fix STAGING_{INC,LIB}DIR for -cross.Leon Woestenberg
Our STAGING_INCDIR for -cross packages contains two concatenated absolute paths, one based of CROSS_DIR, one based of STAGING_DIR. Both are absolute, based against TMPDIR, the construction is was follows: CROSS_DIR = ${TMPDIR}/cross/$BASE_PACKAGE_ARCH prefix = ${CROSS_DIR} exec_prefix = ${prefix} includedir = ${exec_prefix}/include STAGING_DIR = ${TMPDIR}/staging BASEPKG_HOST_SYS=${HOST_ARCH}${HOST_VENDOR}-${HOST_OS} STAGING_DIR_HOST=${STAGIG_DIR}/$BASEPKG_HOST_SYS} which are then concatenated for -cross packages as: STAGING_INCDIR = "${STAGING_DIR_HOST}${includedir}" Use the Poky approach instead, which introduces new variables for the target stuff. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24uclibc-nios2-0.9.27.bb: Use PROVIDES.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24gcc-nios2-3.4.6.inc: Use GIT SRCREV/GCCREV.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24binutils-nios2-2.15: Use GIT SRCREV. Use all OE patches that apply.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24uclibc-nios2-0.9.27: Fix typo in directory name uclibc-nios-0.9.27.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24conf/distro/angstrom*: Add support for nios2 architecture.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24gnu-config-20050701: Add nios2 architecture.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24{binutils,gcc,linux-libc-headers,uclibc,elf2flt}-nios2: Toolchain.Walter Goossens
This adds the toolchain bits, plus a linux kernel for the nios2 architecture. The NIOS2 toolchain is not upstream but is from the nioswiki project. All toolchain bits have version "-nios2-*" and should not collide with the existing toolchains of other architectures. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24machine/include/nios2.inc: Generics for nios2-based machines.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24kernel-arch.bbclass: Add nios2 architecture.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24uclibc.inc: Set +x on ${base_libdir} only if directory should exist.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24cyclone3_starter.conf: New machine based on nios2 architecture.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24site/nios2-linux-uclibc: site configuration for nios2.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24linux-libc-headers_2.6.23.bb: Add nios2 architecture in recipe.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24uclibc.inc: Set +x on ${base_libdir} only if directory should exist.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24gcc-configure-common.inc: Introduce and respect SHARED_LIBRARIES.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24insane.bbclass: Add nios2 architecture.Walter Goossens
2009-11-24siteinfo.bbclass: Added nios2 architecture.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24shr.conf: merge minimal.conf to shr.conf directly, remove all ↵Martin Jansa
preferred-xorg-versions includes (7.4 as well as 7.5) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-By: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-24Revert "binutils-nios2-2.15.bb: Use target_{in,lib}dir from cross.bbclass."Leon Woestenberg
This reverts commit 11d706d146d3b0b6205526372c1e1df6418d86ef. Instead of using the poky approach, stick with the current OE way of staging binutils-cross. Conflicts: recipes/binutils/binutils_nios2-2.15.bb Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24binutils-nios2-2.15: Use binutils.inc.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24linux-libs-headers-nios2: Take latest GIT revision.Leon Woestenberg
The previously specified one did not have the arch/nios2 directory... Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24uclibc: clean up uClibc for the new oe features mainly done Richard PurdieHenning Heinold
* fix paralllel make install of uClibc, now we have libc.so in place * bump PR for 0.9.30.1
2009-11-24binutils-nios2-2.15.bb: Use target_{in,lib}dir from cross.bbclass.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24cross.bbclass: Fix STAGING_{INC,LIB}DIR for -cross.Leon Woestenberg
Our STAGING_INCDIR for -cross packages contains two concatenated absolute paths, one based of CROSS_DIR, one based of STAGING_DIR. Both are absolute, based against TMPDIR, the construction is was follows: CROSS_DIR = ${TMPDIR}/cross/$BASE_PACKAGE_ARCH prefix = ${CROSS_DIR} exec_prefix = ${prefix} includedir = ${exec_prefix}/include STAGING_DIR = ${TMPDIR}/staging BASEPKG_HOST_SYS=${HOST_ARCH}${HOST_VENDOR}-${HOST_OS} STAGING_DIR_HOST=${STAGIG_DIR}/$BASEPKG_HOST_SYS} which are then concatenated for -cross packages as: STAGING_INCDIR = "${STAGING_DIR_HOST}${includedir}" Use the Poky approach instead, which introduces new variables for the target stuff. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24sudo: Add 1.7.2p1 and enable PAM support by default in newer sudo builds.David-John Willis
sudo.inc: Tweak include to support newer sudo versions. * Apply in addition to earlier sudo recipe bumps. * Tweak pam.d config file for sudo and add a (WIP) recipe for turning on support for the wheel group. * Update pam.d service file to suggested upstream Linux-PAM layout.
2009-11-24shadow: Add version 4.1.4.2 and checksum.David-John Willis
* This version now has Linux-PAM support enabled in OE so will need some testing and maybe a little tweaking. * Add pam.d config files for common shadow utils in addition to the default ones. * Cleanup shadow defaults and make shadow 'play nice' with PAM. * Update pam.d service files to suggested upstream Linux-PAM layout. * TODO: Some Shadow default session files still use the older layout (incluse system-auth for everything). These will need newer files to be added to the pam.d folder in the recipe as they are found.
2009-11-24libpam-base-files: Start to add default config files for libpamDavid-John Willis
* This will start to get Linux-PAM into a usable state. Default config files derived from Debian with tweaks. Some are not needed and will be dropped later and some should really be packaged elsewhere. * Also update libpam_1.0.2 to depend on this package and the meta package with auth systems as it is not a lot of use without them (it works but can't do anything). * Add 1.1.0 and tweaks to 1.0.2. * Update all the pam.d base config files to support the suggested upstream layout not patches legacy layouts used but some Linux distros. * Use the proper include layouts * Still package some 'suggested' files for common services that do not pack there own pam.d files (TODO: move these to the package recipies not this one).
2009-11-24blueman: Add 1.21David-John Willis
2009-11-24Angstrom: switch to opkg-nogpg-nocurl per RFC on the angstrom-devel mailinglistKoen Kooi
2009-11-24opkg-target,sdk: bump SRCREVKoen Kooi
* -native is left alone because packaged-staging needs more testing * tested install and upgrade on angstrom/beagleboard * tweaked opkg-nogpg-nocurl recipe to keep it building
2009-11-24gcc 4.3.3: ...and bump PRKoen Kooi
2009-11-24gcc 4.3.3: fix patch and packagingKoen Kooi
2009-11-23preferred-shr-versions: remove preferred version of pixmap, increase ↵Martin Jansa
DEFAULT_PREFERRENCE in pixmap recipe for shr instead
2009-11-23task-shr-feed: add new packages fltkclock, fltkhackdiet, fltkwwpointcalMartin Jansa
2009-11-23fltkclock, fltkhackdiet, fltkwwpointcal: new fltk apps from Benjamin SchiederBenjamin Schieder
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23sane-backends: add version 1.0.20Jeremy Lainé
2009-11-23sane-backends: remove ${sysconfdir}/sane.d/qcam.conf from conffilesJeremy Lainé
2009-11-23gcc 4.3.4: add objective-c patch for eabi and add a package for libobjcKoen Kooi
2009-11-23Hawkboard: Add Hawkboard machine and kernelRoger Monk
- patches for early adopters from Khasim - 2.6.32rc6 (PSP 3.20.00.07) - Updated defconfigs (machine defconfig + swap + mmc + fbconsole) - matching (DA850) - Added hawkboard specific patchset (alpha)
2009-11-23xserver-xorg: use overlapped blts, needs pixman support, hence not defaultKoen Kooi
2009-11-23pixman git: bump SRCREV to 0.17.3 and add support for overlapping blitsKoen Kooi
2009-11-23linux-openmoko: bump PR to get module_strip fixMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23kernel.bbclass: force do_deploy call before do_buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Martin Jansa
into org.openembedded.dev