summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-06-10Add distro overrides for previous metadata fixesKevin Tian1
Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-10Fix metadata for e2fsprogsKevin Tian1
Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-10Fix metadata for dbus-waitKevin Tian1
Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-10js: Fix mips build and other architecture inconsistencyRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10icu: Fix LD_LIBRARY_PATH corruption causing build failuresRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10lib/oe/patch.py: Fix patch application failure interaction handlingRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10poky-env-internal: fix a typoJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-10poky-evn-internal: Add some documentation about the config file and commonly ↵Richard Purdie1
used build targets Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10opkg: ensure the data directory is createdJoshua Lock1
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-10rootfs_ipk.bbclass: ensure the package manager can create lock filesJoshua Lock1
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-10qemu-nativesdk: Make sure the compiler prefix is set fixing cross sdk buildsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10packaged-staging.bbclass: Use a differnet opkg.conf for each TARGET_ARCHJoshua Lock1
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-10qemu-helper-nativesdk: Fix after file:// url handling changesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10m4: Set further site entriesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10LICENSE: Clarify the license recipe source code is underRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09scripts: Fix setting up links to cc and gcc in runqemuJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09kernel.bbclass: Drop code which is duplicated later in the function, fixing ↵Richard Purdie1
older kernel builds Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09bootcdx86: This is dropped in favour of netbook iso imagesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09poky-image-sato-cd: This has been replaced by the -live imageRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09xserver-kdrive-xomap: Bandaid for configure issues and modern autotoolsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09gcc-4.3.3: Drop unused patchesRichard Purdie81
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09udev: bump PR after cache fixesJoshua Lock5
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09Fix the boot process udev warningYu Ke11
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-09pciutils: Stop build breakage if HOST is set in the environmentRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09curl: Fix configure issue on mipsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09linux: bump PR of linux-2.6.3243.2 after the fix for RTCJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09busybox: bump the PR after the syslog fixJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09Fix the syslog starting failureZhai Edwin1
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-09Fix the issue of /dev/misc/rtc missing from hwclock.shZhai Edwin1
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-09m4: Drop broken custom do_configure which stops site cache taking effect ↵Richard Purdie1
(amongst other issues) and drop duplicate PR setting Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-09site/common-glibc: Add entries for m4Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08linux-moblin: Drop old versions (2.6.31.5 and 2.6.29.1)Richard Purdie75
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc: Drop 4.2.3 as its unusedRichard Purdie80
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08metadata_scm.bbclass: Make errors quiet if we're not in a git based scmJoe Sauer1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc-runtime: Various bug fixesRichard Purdie7
* Use the -nostdinc++ to CXX fixing libstdc++ * Generate libgcc in gcc-cross, save the result and use in gcc-runtime * Fix the layout of the crt*.o files so the SDK compiler can find them Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc-configure-sdk.inc: local-prefix should be in SDKPATH, not a build patchRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc-configure-cross.inc: local-prefix should be the target exec_prefixRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08cross/cross-canadian.bbclass: Save target_exec_prefix variableRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08handbook: document the LAYERDIR variableJoshua Lock2
LAYERDIR is one of the few variables which requires immediate expansion and is worth documenting explicitly. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08.gitignore: Ignore the built bsp-guideJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08handbook: point out required Python versionJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08handbook: add documentation for layersJoshua Lock3
Collections and overlays are deprecated in favour of layers, a much cleaner and non-intrusive way of extending Poky with custom recipes, classes and configuration. This patch updates the Extending Poky section of the handbook to show how to use layers to tailor Poky while dropping the existing section on using collections. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08sanity.bbclass: Check for Python 2.6 or newerJoshua Lock1
In relocatable.bbclass and utility-tasks.bbclass we depend on functionality that was only introduced with Pytrhon 2.6, so we now check that the build system has it in the sanity class. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08handbook: Use new style patch application syntaxJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08task-poky-standalone-sdk-target: Add libgcc-dev and libstdc++-dev to allow ↵Richard Purdie1
compiling in meta-toolchain to work Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-08gcc-cross: Fix install path typo.Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-07linux-moblin: Fix defconfig-netbookRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-07gcc-runtime: Make sure multiple target builds work correctlyRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-07syslinux: Fix native install to use the correct pathsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>