aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-11-26helloworld: Adhere to ${CFLAGS} and {LDFLAGS}. Ehrm...nios2Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26elf2flt-nios2: This should build now. Seriously. Really Really.Leon Woestenberg
Really Really Really. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26elf2flt-cross_nios2: zlib, not libz, stupid me.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26elf2flt-cross-nios2: DEPENDS on libz-nativeLeon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26binutils{,cross}.inc: Install/stage libiberty.Leon Woestenberg
Hack using both install/staging because of fscked-up staging dirs. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26uclibc-nios2-0.9.29: Use as default, as it seems after GIT clone.Leon Woestenberg
git clone git://sopc.et.ntust.edu.tw/git/uClibc.git leon@witty:~/sandbox/uClibc-nios/uClibc$ git branch * v0.9.29-nios2 leon@witty:~/sandbox/uClibc-nios/uClibc$ git log -n1 commit e355ed8763cb157ac865bc298478f6ef8c984a11 Author: Atle Nissestad <atle@nissestad.no> Date: Mon May 26 23:24:12 2008 +0200 nios2: Added sys/user.h linux/user.h is no longer exported during kernel make headers_install Signed-off-by: Atle Nissestad <atle@nissestad.no> Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26linux-libc-headers_nios2-2.6.28: Remove hardware.mk.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26linux-libc-headers_nios2-2.6.28: Make hwselect headless.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26openmoko-alsa-scenarios: Add non-overridden SRC_URI.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-26uclibc-initial-nios2: Rework against .devLeon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-25linux-libc-headers-nios2-2.6.28: Add hardware.mk to workaround script.Leon Woestenberg
The script that interprets system.ptf asks two additional questions that cannot be automated. It used to accept 4 arguments rather than 2 to automated this, no idea why these were ditched. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-25binutils-cross-nios: Build with _FORTIFY_SOURCE undefined.Leon Woestenberg
The nios2 toolchain still needs FORTIFY fixes. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-25linux-libc-headers-nios2-2.6.28: Use GIT HTTP, and a SRCREV.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-25linux-libc-headers-nios2-2.6.28: Use GIT HTTP, and a SRCREV.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24binutils-cross.inc: Stage libiberty for elf2flt-cross.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-24elf2flt-cross-nios2: Use CROSS_DIR paths.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
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