aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-devtools
AgeCommit message (Collapse)Author
2016-08-13python: Use wildcard bbappend for minor version number.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-06-07dosfstools: Switch to a wildcard bbappendDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-05-23python: Upgrade version to match upstreamDrew Moseley
2016-05-20Merge remote-tracking branch 'origin/cedar' into masterAwais Belal
Conflicts: common/recipes-devtools/python/python_2.7.9.bbappend
2016-04-28Merge pull request #295 from mwpow3ll/intamddet-1316Drew Moseley
dosfstools: Disable iconv conversion
2016-04-28dosfstools: Disable iconv conversionMichael
2016-04-22python: test_ossaudiodev.py: fix assertion to be more lenientMichael
2016-01-15Merge branch 'jethro'Drew Moseley
2016-01-15gcc: Package additional hard links for AMD platformsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-12-21Revert "python: ensure usage of native modules while cross compiling"Drew Moseley
This reverts commit ddcee79c137e27f313086e4618ac7255eeb1f176.
2015-11-11python: ensure usage of native modules while cross compilingAwais Belal
The PYTHONPATH variable augments the default search path and is prepended to it. We need to make sure that host modules are used while cross compiling otherwise an illegal instruction error is generated if the modules built for target are imported. We add the patch conditionally here so open yocto builds can leverage this as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-20gcc: drop un-necessary appendsAwais Belal
The gcc version (4.8) has moved on to 4.8.4 which has the required changes upstream so we drop the appends that are not needed anymore. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-07-20Revert "gcc: don't pull unwind.h from cross sysroot"Drew Moseley
This reverts commit 15a33d907551a175c415f7f5cb3c4587b6a9c470.
2015-07-20Merge branch 'dizzy' into fooDrew Moseley
Conflicts: common/recipes-benchmark/iperf/iperf_2.0.5.bbappend common/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bbappend common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend common/recipes-multimedia/gstreamer/gstreamer1.0-libav_%.bbappend common/recipes-multimedia/mplayer/mplayer2_git.bbappend meta-baldeagle/conf/machine/baldeagle.conf meta-steppeeagle/conf/machine/steppeeagle.conf
2015-07-18gcc: don't pull unwind.h from cross sysrootDrew Moseley
libgcc-external provides this. (From meta-sourcery rev: e890f1c457057523d38e0126934f6f85c0b96aac) Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-07-03Revert "perl: set the perl libraries search path"Drew Moseley
This is in the poky master branch so we can drop it. This reverts commit d7612866ea18851dff6c0069b078ca5b8c86162f.
2015-07-02common: recipe refinementsAwais Belal
The yocto standards specify that no layer should affect other layers when it is not intended to be built. So machine, distro or layer overrides should be used where ever possible to minimize the impact of any such anomaly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-11-21perl: set the perl libraries search pathDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-05-02Drop PRINC usage from layerSean Hudson
Signed-off-by: Sean Hudson <sean_hudson@mentor.com>
2014-04-25common: Reorganize recipes to Yocto standardsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>