diff options
author | Raymond Danks <raymond@edanks.com> | 2006-05-31 21:59:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-31 21:59:26 +0000 |
commit | 06b41211b9cec9ffb12c834956cb9d11aeaa11e3 (patch) | |
tree | 5b04e2e6dc090b4defaa0d973baf6a7eb923e9c7 /site/mipsel-linux | |
parent | 2de37f2649fbea19b30360e626f9764c43e53918 (diff) |
classes
bootimg.bbclass - This creates a bootable image using syslinux, your kernel and an optional initrd
kernel.bbclass - drivers/crypto and include/acpi are needed by some
pkgconfig.bbclass - searching for .pc files
syslinux.bbclass - This creates a configuration file suitable for use with syslinux.
site
mipsel-linux, i486-linux, i686-linux, x86_64-linux updates for:
gcc, lmbench, X11R7.0, sudo, audacity
conf
add db1200 and geodelx machine configurations.
Diffstat (limited to 'site/mipsel-linux')
-rw-r--r-- | site/mipsel-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/mipsel-linux b/site/mipsel-linux index fe0ee88c52..7f776951d5 100644 --- a/site/mipsel-linux +++ b/site/mipsel-linux @@ -114,3 +114,6 @@ sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} #intercom ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} + +#lmbench +ac_cv_uint=${ac_cv_unit=yes} |