Joshua Lock
01a5883616
qemu: Fix linking of the native package on Fedora 13
...
Fedora 13 switched the default behaviour of the linker to no longer
indirectly link to required libraries (i.e. dependencies of a library
already linked to). Therefore we need to explicitly pass the depended on
libraries into the linker for building to work on Fedora 13.
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-17 15:08:49 +01:00
Joshua Lock
ed145bbdfe
handbook: Fix stylesheet
...
Some sizes where defined without units (in our case px) causing display of the
header of the handbook to be broken.
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-14 14:33:51 +01:00
Joshua Lock
dc123ba831
sanity.bbclass: Fix test for i686 SDKMACHINE
...
The 'is' keyword tests for object identity, returning True if the variables are
both referencing the same object. Changed the test to use the equality
operator, which compares the values of the objects.
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-14 12:51:34 +01:00
Joshua Lock
887a7768cf
handbook: Fix typo in last commit
...
Managed to mangle the command...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-14 12:12:09 +01:00
Joshua Lock
aba90fdf2f
handbook: fix extraction command
...
We ship bzipped tarballs now so we need to pass j to tar, not z
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-14 12:08:12 +01:00
Joshua Lock
27cff3f045
handbook: Note that this is the documentation for Green
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-14 12:03:21 +01:00
Joshua Lock
506386d148
handbook: Fix references to the stable release
...
The handbook was still talking about the purple release, we're green now
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-14 11:45:30 +01:00
Joshua Lock
f5d24f0574
handbook: Fix generation of HTML handbook
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-14 11:44:56 +01:00
Joshua Lock
d36f183ade
Green 3.3 Release
green-3.3
2010-06-11 14:43:33 +01:00
Joshua Lock
6129f9fc44
packaged-staging.bbclass: fix typo in scan_cmd
...
it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE spotted by Chris Larson
<chris_larson@mentor.com >
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-11 14:43:33 +01:00
Richard Purdie
836bddc71e
xserver-kdrive: Disable dolt to fix build failures
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-11 11:37:33 +01:00
Joshua Lock
ee13bb0b1a
linux-moblin-2.6.33.2: Enable trackpads for netbooks
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-11 11:28:39 +01:00
Richard Purdie
11d8097053
site/powerpc: Add popt site options
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-11 11:10:21 +01:00
Richard Purdie
2e62c640e7
gnome-keyring: Add missing DEPENDS on gconf
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-11 11:09:58 +01:00
Richard Purdie
d6bda454f8
qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image builds
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-11 10:27:02 +01:00
Scott Garman
b5fc6abac9
poky.bbclass: Add second fall-back sources mirror
...
* Green and newer releases can now use http://autobuilder.pokylinux.org/sources/
Signed-off-by: Scott Garman <scott.a.garman@intel.com >
2010-06-11 10:19:03 +01:00
Richard Purdie
155770a597
task-poky-tools: Disable kexec for powerpc
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-11 09:31:37 +01:00
Scott Garman
482b3ef78c
gypsy: Fix broken SRC_URI
...
Signed-off-by: Scott Garman <scott.a.garman@intel.com >
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-11 09:18:41 +01:00
Kevin Tian
c32daf4554
icu-native: LD_LIBRARY_PATH is required
...
Back to commit ea45876d7b , LD_LIBRARY_PATH
is disable for cross-build, however it's required for native version. So
force noldlibpath.patch for non-native case only
Signed-off-by Kevin Tian <kevin.tian@intel.com >
2010-06-11 11:57:22 +08:00
Nitin A Kamble
fd4924087c
Add an entry for ${BPN} in the handbook
...
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com >
2010-06-10 17:34:57 -07:00
Richard Purdie
57c7dda03e
js: Fix mips build and other architecture inconsistency
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-10 22:12:55 +01:00
Richard Purdie
ea45876d7b
icu: Fix LD_LIBRARY_PATH corruption causing build failures
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-10 22:04:20 +01:00
Richard Purdie
beef002bb4
lib/oe/patch.py: Fix patch application failure interaction handling
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-10 20:22:41 +01:00
Joshua Lock
453ee8d573
poky-env-internal: fix a typo
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-10 15:59:11 +01:00
Richard Purdie
d92a12f761
poky-evn-internal: Add some documentation about the config file and commonly used build targets
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-10 15:51:36 +01:00
Joshua Lock
b5a370970f
opkg: ensure the data directory is created
...
We need to ensure the data directory (/usr/lib/opkg) is created and shipped in
the package as it's used by opkg to create a lock file.
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-10 15:04:38 +01:00
Joshua Lock
eb3c93f401
rootfs_ipk.bbclass: ensure the package manager can create lock files
...
The opkg package manager uses /usr/lib/opkg to store lock files in, modify the
remove_package_data_files() function to create an empty directory once the data
files are removed so that the lock can be created.
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-10 14:49:50 +01:00
Richard Purdie
12a9dea241
qemu-nativesdk: Make sure the compiler prefix is set fixing cross sdk builds
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-10 12:05:38 +01:00
Joshua Lock
6a7549ff00
packaged-staging.bbclass: Use a differnet opkg.conf for each TARGET_ARCH
...
Assembling an appropriate opkg.conf in the pstage_helper is difficult when
building for multiple target architectures in one Poky directory, work around
this by generating an appropriate opkg.conf for the TARGET_ARCH and using an
${TARGET_ARCH}-opkg.conf for packaged staging.
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-10 11:36:23 +01:00
Richard Purdie
8273262ae6
qemu-helper-nativesdk: Fix after file:// url handling changes
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-10 10:55:43 +01:00
Richard Purdie
07b4e14734
m4: Set further site entries
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-10 10:42:21 +01:00
Richard Purdie
80878dae5b
LICENSE: Clarify the license recipe source code is under
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-10 10:13:18 +01:00
Joshua Lock
24ace6b45d
linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-10 09:59:43 +01:00
Joshua Lock
2e0e24e849
scripts: Fix setting up links to cc and gcc in runqemu
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-09 17:32:01 +01:00
Richard Purdie
61a730184b
kernel.bbclass: Drop code which is duplicated later in the function, fixing older kernel builds
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 14:27:13 +01:00
Richard Purdie
f38160b367
bootcdx86: This is dropped in favour of netbook iso images
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 12:58:46 +01:00
Richard Purdie
9b60f0d0b7
poky-image-sato-cd: This has been replaced by the -live image
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 12:58:06 +01:00
Richard Purdie
8eea156e9f
xserver-kdrive-xomap: Bandaid for configure issues and modern autotools
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 12:56:21 +01:00
Richard Purdie
3ff78923ba
gcc-4.3.3: Drop unused patches
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 12:50:17 +01:00
Joshua Lock
c2569a7405
udev: bump PR after cache fixes
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-09 12:07:59 +01:00
Yu Ke
1c803f3ffb
Fix the boot process udev warning
...
Phenomena: there is udev warning in boot process
tar: can't open '/etc/dev.tar': Read-only file system
The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet.
To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable.
Signed-off-by: Yu Ke <ke.yu@intel.com >
2010-06-09 12:04:51 +01:00
Richard Purdie
efc47a8999
pciutils: Stop build breakage if HOST is set in the environment
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 11:29:30 +01:00
Richard Purdie
26a6079237
curl: Fix configure issue on mips
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 11:12:49 +01:00
Joshua Lock
99954dae46
linux: bump PR of linux-2.6.3243.2 after the fix for RTC
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-09 10:22:58 +01:00
Joshua Lock
52de67497f
busybox: bump the PR after the syslog fix
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
2010-06-09 10:22:24 +01:00
Zhai Edwin
aa913534e4
Fix the syslog starting failure
...
Should use "-Cxx" instead of "-C xx" as command line for syslog in busybox
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com >
2010-06-09 10:20:44 +01:00
Zhai Edwin
2e54470a0b
Fix the issue of /dev/misc/rtc missing from hwclock.sh
...
Build RTC driver into kernel by default on qemux86 to avoid missing of /dev/misc/rtc
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com >
2010-06-09 10:20:43 +01:00
Richard Purdie
6f28a05ccc
m4: Drop broken custom do_configure which stops site cache taking effect (amongst other issues) and drop duplicate PR setting
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 10:12:40 +01:00
Richard Purdie
247da0351e
site/common-glibc: Add entries for m4
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-09 10:11:52 +01:00
Richard Purdie
fa64e20621
linux-moblin: Drop old versions (2.6.31.5 and 2.6.29.1)
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-06-08 21:04:38 +01:00