52 Commits

Author SHA1 Message Date
Martin Jansa cdb428e7c4 recipes: add removal date to PNBLACKLIST messages
* based on discussion in pndeprecated thread:
  https://patchwork.openembedded.org/patch/137573/
  update the messages to warn possible users that the
  recipe will be removed before the end of the next development
  cycle (before Yocto 2.4 is released).

* updated with:
  sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs`
* then noticed couple recipes being blacklisted only based on
  DISTRO_FEATURES, so removed those:
  meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb
  meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb
  meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb
  meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
  meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb
  meta-oe/recipes-navigation/gypsy/gypsy.inc
  meta-oe/recipes-navigation/navit/navit.inc
  meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb

* if it isn't fixed by this date, it's fair game to be removed
  whenever someone gets around to i

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-05 19:36:45 +02:00
Amarnath Valluri 38d7aaa6e0 xf86-input-tslib: Replace 'lib' with ${nonarch_base_libdir} for placing udev rules.
Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-23 23:22:58 +01:00
Martin Jansa b7f480cc4c python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist
* fails repeatedly as reported in:
  http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:44:34 +01:00
Belal, Awais 85bf0e96ab xf86-video-ati: upgrade to 7.8.0
This updates the package version from 7.6.1 to 7.8.0
which fixes the current do_compile failures as well.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-10 13:12:56 +01:00
Martin Jansa dc48e768f5 meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22 15:56:29 +02:00
Heghedus Razvan 10670f542e xf86-video-ati: Set RRECOMMENDS to linux-firmware-radeon
xf86-video-ati has linux-firmware in RRECOMMENDS_${PN} because it needs
linux-firmware-radeon. But beside linux-firmware-radeon, linux-firmware
adds unneeded packages, these packages having ~ 110MB.

Signed-off-by: Heghedus Razvan <razvan.heghedus@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-15 12:32:48 +02:00
Koen Kooi dceb485a40 xf86-video-ati: update to 7.6.1
Glamor support needs work in the xorg recipe as well as testing, it
produced weird artefacts in the picture on my HD6450 when I enabled it a
few months ago. Anyway, glamor wasn't enabled in 7.2.0 so no actual
change.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-06 13:25:58 +01:00
Koen Kooi 050951554c xf86-video-nouveau: update to 1.0.12
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-06 13:25:57 +01:00
Martin Jansa 8b09905f0e xf86-video-geode: blacklist, fails to build
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-13 12:28:16 +02:00
Li xin 496f20dd42 xf86-input-void: upgrade 1.4.0 -> 1.4.1
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-18 11:38:04 +02:00
Martin Jansa 19153a5797 xf86-video-glamo: fix build with xserver 1.16
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17 12:59:52 +01:00
Martin Jansa 96a92761c0 PNBLACKLIST: use weak assignments
* this makes it easier to unblacklist it from local.conf which
  is parsed before the recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17 12:55:40 +01:00
Martin Jansa 17ff23b4a4 xf86-video-geode: fix build with new glibc-2.20
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-06 01:07:53 +02:00
Otavio Salvador 6ec7600da9 xf86-video-geode: Update to 2.11.16
This release includes the patch needed for Xorg 1.15 support.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01 14:25:56 +02:00
Martin Jansa e983da919e xf86-input-mtev: Blacklist because of broken with B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21 12:20:20 +02:00
Martin Jansa 0c8de928a2 xf86-video-geode: Upgrade to 2.11.15
The latest driver corrected a number of issues and compiles without
warnings with just one patch.  The header included by the given patch
is already included in the geode master line, so will not be be
required after the next geode version release.

Signed-off-by: Brian Lloyd <blloyd@familyhonor.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-13 13:38:10 +02:00
Martin Jansa 94de3cef65 xf86-video-geode: Move to nonworking
* according to http://www.openembedded.org/wiki/Bitbake_World_Status
  it's broken at least since 2013-10-30 and nobody seems to care

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-03-11 14:58:49 +01:00
Matthieu CRAPET c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23 23:20:02 +01:00
Jonathan Liu 34ff6c265a xf86-input-tslib: fix crash with xserver 1.12 and later
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-21 17:06:59 +01:00
Koen Kooi fb6ed3dfe6 xf86-video-ati: recommend linux-firmware
Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-01 08:51:04 +01:00
Martin Jansa 4d62e7f575 recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
  with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i

* We've switching to the PR server, PR bumps are no longer needed and
  this saves people either accidentally bumping them or forgetting to
  remove the lines (r0 is the default anyway).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-01 15:33:16 +01:00
Jonathan Liu 84443914db xf86-video-ati: add missing xserver-xorg-module-exa RDEPENDS
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-10 22:42:42 +02:00
Jonathan Liu 72418a0624 xf86-video-nouveau: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03 19:12:39 +02:00
Jonathan Liu 816d03b995 xf86-video-ati: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03 19:12:39 +02:00
Jackie Huang b79176adb3 remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the
default protocol for the fetcher, e.g. the default protocol for
git fetcher it git, "protocol=git" isn't needed.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03 16:59:13 +02:00
Martin Jansa a45830a39b recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15 16:23:17 +02:00
Martin Jansa eaae385828 xf86-video-glamo: adapt to xserver 1.14 API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-18 16:31:40 +01:00
Otavio Salvador 430922ff7b xf86-video-geode: Update to 2.11.14
Change-Id: Ia42af02f16e22f6d1ecd9e437dc875c8e267a84a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-31 12:58:32 +01:00
Otavio Salvador 2ac0acc275 xf86-video-geode: Add rdepends on EXA Xorg module
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:09 +01:00
Martin Jansa 1e043da922 xf86-input-void: fix SRC_URI checksums
* does someone have old xf86-input-void-1.4.0.tar.bz2 with old checksums to compare them?

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:55 +01:00
Martin Jansa e1f5b6096a xf86-video-glamo: adapt to xserver-0.13 video API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:03:34 +01:00
Martin Jansa f3dbc97b44 xf86-video-glamo: add xserver-xorg-module-exa to RDEPENDS
* it was separated from xserver-xorg package and glamo fails in runtime without that
  http://git.openembedded.org/openembedded-core/commit/?id=1a666ee1cda3c0b74daba5881fc5f62e13deec66

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:05 +02:00
Martin Jansa 695786ad0f xf86-video-glamo: disable KMS, fix build with KMS disabled
* RDEPENDS are not needed without KMS
* libdrm in meta-openmoko doesn't provide support for glamo, so not it would fail to build with KMS enabled

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 10:02:09 +02:00
Andrea Adami 9c855444d0 xf86-video-fbdev: remove, driver is now in oe-core
* as per commit id 4997e01cb051cc05348468707898798f9228613a

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-09 10:31:00 +01:00
Martin Jansa a955885a29 xf86-input-void: drop archive prefix from checksums
* .inc file from oe-core doesn't have name=archive in SRC_URI

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-16 08:43:43 +01:00
Eric BENARD 2162f0140d xf86-input-tslib: fix checksum error
remove name=archive in SRC_URI in order to use the right checksum
(else, we would need SRC_URI[archive.md5sum])

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-07 08:45:18 +01:00
Martin Jansa 506d5f781f xf86-input-tslib: fix build with newer xserver
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-18 01:31:11 +02:00
Simon Busch 19ebb4bda5 meta-oe: xf86-input-mtev: add intial recipe for a multitouch input driver
Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-12 13:02:55 +02:00
Martin Jansa 9f2e55480d xf86-video-omapfb: merged to oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-04 13:11:36 +02:00
Martin Jansa 26e67875fb xorg-driver: use renamed .inc from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-04 13:10:23 +02:00
Martin Jansa 0e0eff4580 xorg-driver: use .inc files from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-17 11:17:40 +02:00
Otavio Salvador 0a2a6e1633 xf86-input-void: add 1.4.0 recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-14 13:08:10 +02:00
Sebastian Krzyszkowiak 6c4ade873b xf86-video-omapfb: add patch for fixing segfault on starting X when using VRFB
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-01 19:21:11 +02:00
Martin Jansa d0b66b5a1c xf86-video-glamo: bump SRCREV, remove upstream applied patch
* remove mese-dri from RDEPENDS as we're now using kernel without DRM patch and it can fallback to sw rendering just fine

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-21 21:10:47 +02:00
Otavio Salvador e75dee8709 xf86-video-geode: add 2.11.12 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28 14:57:03 +02:00
Martin Jansa 50cd038ec0 xf86-video-glamo: fix build with gcc-4.6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-25 14:46:23 +02:00
Koen Kooi 092d54b96e xf86-video-omapfb: bump SRCREV
This fixed a crash when linux reports pixclock as 0

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-19 21:18:28 +02:00
Martin Jansa 22fd4e659f xorg-driver-common: depend on virtual/xserver-xf86 as oe-core drivers does
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-18 12:28:54 +02:00
Martin Jansa dde0dbff88 recipes-graphics: remove xorg recipes which were upgraded to same versions in oe-core
* be aware that PR went backwards in some cases, due to INC_PR in our recipes :/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-18 12:28:54 +02:00
Koen Kooi 1228912349 xf86-video-omapfb: fix SRC_URI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-16 20:34:40 +02:00