summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2010-10-11connman: Do not take over ethernet interface if target is boot by nfsDongxiao Xu2
Detect if target system is booting by nfs, connman will not take over the ethernet interface. This fixes [BUGID #364] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-11rootfs: Update ROOTFS_PKGMANAGE to include atp/zypperRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11package_rpm: Disable nativesdk/canadian package indexes for now as these are ↵Richard Purdie1
being incorrectly used for target rootfs generation, breaking the images Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11dpkg-native: Don't install update-alternatives as it isn't cross rootfs capableRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09dpkg: fix package_deb error for linux-wrsDongxiao Xu2
The new dpkg will report linux-wrs version parse error, since there is a '_' inside. This patch fixes this issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-09base.bbclass: Fix spelling mistakes and change log levelRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09poky-default-revisions.inc: Work around weak assignment operator bad ↵Richard Purdie1
interaction with SRCREV Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09atom-pc: Switch from linux-netbook to linux-wrsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09atom-pc: enable CONFIG_FRAMEBUFFER_CONSOLEDarren Hart1
Add CONFIG_FRAMEBUFFER_CONSOLE to the i915.cfg config fragment for the atom-pc machine. This allows the BlackSand to boot to the sato desktop with text after the fb switch as well as the poky splash screen. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09Add default revision for linux-wrs common_pc-standard HEADDarren Hart1
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2010-10-09atom-pc: 8250 config fragmentDarren Hart2
Add serial port support for atom-pc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2010-10-09linux-wrs: Add support for atom-pcDarren Hart2
Add the option of using linux-wrs as the kernel provider for atom-pc. This patch uses poky to apply config fragments to the common_pc-standard branch of the linux-wrs kernel. A follow-on patch will remove these once linux-wrs has an atom-pc branch and the config fragments are present in the kernel repository. This configuration boots to a prompt on the BlackSand, but panics unable to find the root partition on the Toshiba NB305 where the "rootwait" kernel boot option appears to be being ignored. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09dpkg: upgrade to version 1.15.8.5Dongxiao Xu1
Rebase several patches to fit the latest version Fix a compile issue related with snprintf. dpkg: bump PR Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-09udev: Don't install unused links.conf file (thanks Joe Sauer for spotting)Richard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09gettext: Move files to the correct placeRichard Purdie8
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09linux-wrs: fix emenlow and wrs_meta SRCREV valuesBruce Ashfield1
Fixes [BUGID #395, #396] The initial commit for emenlow support dropped a character on the SRCREV and missed the wrs_meta update. this fixes both those issues. There are still pending commits and issues with emenlow support, but these values are wrong and should be fixed now. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-09distro_tracking_fields: remove the duplicate line for oprofileDexuan Cui1
In the same file, there is alrealy a line for oprofile. Also add an empty line before oprofileui. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-10-09attr: fix the hardcoded search path in the AC_PATH_PROGDexuan Cui2
We should respect $PATH. The patch is from Qing. Fixes [BUGID #369]. BTW: the bug was triggered on a build host that didn't install gettext. Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-10-08rootfs_deb: Fix problem with pseduo and rootfs locationSaul Wold3
This address [BUGID #401] to complete dpkg rootfs support Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08dpkg: upgrade to version 1.15.8.5Dongxiao Xu5
Rebase several patches to fit the latest version Fix a compile issue related with snprintf. Reset PR in dpkg.inc Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart16
In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-08gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold4
Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages which have potential license implications opt in through options in poky/local.conf. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08base.bbclass: add support for commercial license checkSaul Wold2
This addresses [BUGID #410], require implict action by someone to enable functionality that may have license implications. By default this diables mp3 and mpeg decoding Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08gettext: Add GPLv2 version 0.14.1Saul Wold8
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08meta-toolchain: Fix symlink pathRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-08meta-toolchain: Fix libGL.so not found issuesRichard Purdie1
Fix libGL.so not found issues by making sure ld.so.cache from the host system is used to locate libraries. Also, fix a /usr/ reference that should be /var to keep the installation tarball clean. [BUGID #228] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07unfs-server: Fix DEPENDS for native/nativesdk casesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07libc-package.bbclass, eglibc, glibc: enable locales generation using ↵Nitin A Kamble3
cross-localedef Along with qemu this provides another option to generate locales for [e]glibc. The new method is to use cross-localedef with appropriate arch specific parameters. The cross-localedef method is found to be 15 times faster than qemu's emnualted method. LOCALE_GENERATION_WITH_CROSS-LOCALEDEF : This is new config variable introduced to selet qemu or cross-localedef method for locale generation. Thanks to Mark Hatle from Windriver for providing the rich information for cross locale generation. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-07cross-localedef-native: tool for cross generation of localesNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-07Update meta-ide-support dependenciesScott Garman3
Using poky-qemu with our new tap networking and/or unfs support required too many additional build steps. This updates the meta-ide-support dependencies so all features are built and available to use. Specifically, this adds psuedo-native, qemu-helper-native, and unfs-server-native to the dependency chain for meta-ide-support. This fixes [BUGID #392] Also add poky-gen-tapdevs and remove runqemu-nfs from the qemu-helper-native recipe, and update some qemu control script error messages to suggest building meta-ide-support. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-10-07poky-fixed-revisions.inc: Clean up pointless PREFERRED_VERSION statementsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07librsvg: Drop old versionsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07pulseaudio: Add back after it was lost in meta-moblin removal (and dependencies)Richard Purdie21
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07poky-default-revisions.inc: Move SRCREV settings into this fileRichard Purdie12
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07kern_tools: update SRCREV for defconfig fixesBruce Ashfield1
Fixes [BUGID #399] During BSP work it was noticed that some defconfigs weren't being pulled into BSPs. This was due to a bad test that ended up allowing a defconfig to exclude itself. The test has been tightened to only kernel feature files, and defconfigs are now always pulled in. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-07xf86-video-intel_git: fix COMPATIBLE_HOST definitionNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-07syslinux: fix COMPATIBLE_HOST definitionNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-07nasm: fix COMPATIBLE_HOST definitionNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-07libacpi: fix COMPATIBLE_HOST definitionNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-07sstate: Fix SSTAGE_MIRRORS handling and improve example in local.conf.sampleRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07rootfs_rpm: Add lock file in the rpm deploy directory to allow mutliple ↵Richard Purdie2
rootfs creation tasks to coexist without breaking each other Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07gcc: Fix c++ search path for target system compiler making everything consistentRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07local.conf.sample: Until bug 227 is resolved, ipk packaging is needed for ↵Richard Purdie1
meta-toolchain so enable by default Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07pseudo: Update to the latest version of pseudoMark Hatle1
[BUGID #403] The latest version of pseudo has a workaround for an extended attribute problem that may show up with certain configurations of modern coreutils. Specifically cp -p does not use chmod to change the permissions, but instead uses fsetxattr to change the permissions. fsetxattr (and extended attributes) are not supported within pseudo. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-06qt4-tools-native: Fix compile failuresRichard Purdie2
fontconfig/freetype are not listed in the dependencies, neither are any of the X components yet this recipe appears to be building the whole UI framework, not just the tools. It turns out this is a dependency for uic3 and qdbus. Since at this time we don't require these, remove them from the build. Its likely cross versions of those specific tools would need to be added due to their dependency on the windowing system compilation. [BUGID #390] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-05bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-05Revert "classes: Disable setscene tasks for initial testing"Richard Purdie6
This reverts commit 084ec86402bba92418898a4c47667a0574a3b3ee.
2010-10-05base.bbclass: Implement PRINC, a way to increment the PR variable in ↵Richard Purdie1
.bbappend files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-05Improve FILESPATH usage in .bbappend recipesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-04rootfs_deb: fix parsing a shell cmdSaul Wold1
This fixes [BUGID #360] parsing failure when using package_dep as rootfs generator. Signed-off-by: Saul Wold <Saul.Wold@intel.com>