Commit Graph

100 Commits

Author SHA1 Message Date
Raoul Hecky
39eec3a80a fix wrong layer name 2013-12-10 15:19:09 +01:00
Raoul Hecky
7b836320a2 add mali dependency to cubieboard2 2013-12-09 18:03:42 +01:00
Raoul Hecky
ba9330350f Update linux-sunxi kernel to the latest revision v3.4.67 2013-12-03 18:58:22 +01:00
Nicolas Aguirre
3a8616d932 new machine meleg : Add support for mele a1000g and a2000g 2013-12-02 15:19:18 +01:00
Nicolas Aguirre
a33372936b Add emac driver for cubieboard and try to load it at startup 2013-11-25 08:38:06 +01:00
Nicolas Aguirre
ef1284c09e Change filename for sunxi-img class to match the new one. 2013-11-15 18:57:41 +01:00
Nicolas Aguirre
9acddf8bb8 Factorise sunxi machines definition 2013-11-15 18:56:26 +01:00
Nicolas Aguirre
16a80ed3ea Rename a10-sdimg with sunxi-sdimg 2013-11-15 18:45:10 +01:00
Nicolas Aguirre
dd157cc4f1 Simplify IMAGE_DEPENDS of a10-sdimg class, install fex file wathever the board selected. 2013-11-15 18:40:23 +01:00
Nicolas Aguirre
e95d4dfd39 Install fex file for mele board. 2013-11-15 18:38:45 +01:00
Nicolas Aguirre
18cb5f40fa Fix support for olinuxino-a13 board. 2013-11-15 18:35:16 +01:00
Nicolas Aguirre
5674c623ae Fix dependecies and description of libdri2 recipe. 2013-11-15 18:23:42 +01:00
Aguirre
e6415635f6 Merge pull request #7 from ebutera/master
Update README
2013-11-08 09:49:30 -08:00
Enrico Butera
65462e01dd README: fix formatting
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
2013-11-08 00:02:35 +01:00
Enrico Butera
38f6804f9f README: updated, now it's official and with maintainers
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
2013-11-07 23:39:53 +01:00
Aguirre
8fecb82a40 Merge pull request #6 from slapin/master
added cubieboard support and proper IMAGE_DEPENDS overrides
2013-11-06 05:00:41 -08:00
Sergey Lapin
a3d83e799d cubieboard: updated defconfig 2013-11-06 09:12:00 +04:00
Sergey Lapin
ae117be24a update for new u-boot and OE 2013-11-06 01:13:14 +04:00
Aguirre
5c3dfe18e1 Merge pull request #5 from KristofRobot/cubieboard2
Cubieboard2 enhancements
2013-10-31 09:23:56 -07:00
Kristof Robot
c49767d57a sdcard_image-a10: fixed file existance test for script.bin 2013-10-31 16:54:15 +01:00
Kristof Robot
d00d34c8e4 sunxi-board-fex: fixed typo in COMPATIBLE_MACHINE 2013-10-31 14:47:01 +01:00
Kristof Robot
c91658f3dc sdcard_image-a10: removed u-boot.bin - replaced by u-boot-sunxi-with-spl.bin 2013-10-31 14:35:13 +01:00
Kristof Robot
3e381905ea sdcard_image-a10: added fex support for cubieboard2 2013-10-31 13:50:53 +01:00
Kristof Robot
63a3484230 Added config file for avahi-daemon
Without this config file, avahi-daemon would not startup because of "Failed to create server: No suitable network protocol available" error, which is fixed by following configuration setting in /etc/avahi/avahi-daemon.conf:
disallow-other-stacks=yes
2013-10-31 13:31:09 +01:00
Kristof Robot
6f0fb62383 Updated based on latest sun7i-defconfig from jwrdegoede
URL:https://github.com/jwrdegoede/linux-sunxi/blob/sunxi-3.4/arch/arm/configs/sun7i_defconfig

Also enabled CONFIG_VFPv3
2013-10-31 13:30:44 +01:00
Kristof Robot
25cd18f212 sunxi-board-fex: added cubieboard2 support 2013-10-31 13:29:15 +01:00
Kristof Robot
25621a78d3 linux_3.4: added cubieboard2 support 2013-10-31 13:28:34 +01:00
Kristof Robot
31b4184017 cubieboard2: added network kernel module as essential dependency
Adding sunxi_emac network driver as recommended *essential* machine dependency, rather than recommended *extra* dependency, to make sure it is included, even if packagegroup-base is not included.

See also https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-MACHINE_EXTRA_RDEPENDS

Also removed kernel26, as this is deprecated, see http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core
2013-10-31 13:26:08 +01:00
Raoul Hecky
51fe9392f2 Correctly install mali and fbturbo driver:
- add correct xorg config
- For mali-sunxi driver to work it also need library files from sunxi-mali-dev
  package. Adding sunxi-mali-dev to XSERVER force the installation of
  the -dev
2013-10-29 22:38:45 +01:00
Raoul Hecky
2352ee9620 add kernel module for usb to serial devices 2013-10-29 22:37:52 +01:00
Aguirre
cff5750359 Merge pull request #4 from RehiveTech/fex-support
Add compiled fex file into the image (just for OLinuXino A10S now)
2013-10-29 06:43:55 -07:00
Nicolas Aguirre
62df94f1b7 fix typo 2013-10-29 08:14:24 +01:00
Nicolas Aguirre
33c8f1c32b Use the rightmele machine configuration for u-boot 2013-10-29 08:14:24 +01:00
Aguirre
bf1e58d4ba Merge pull request #3 from RehiveTech/master
Add support for A10S-OLinuXino-MICRO board
2013-10-28 01:13:52 -07:00
Tomas Novotny
429929f209 Add ability to put the compiled fex file into the SD image
There is a new recipe called sunxi-board-fex which cares about the
compiling of the FEX file for each machine. If there is a fex.bin file
available in the deploy directory and machine depends on it (see SD
image class) it will be added.

Only OLinuXino A10S uses it for now.

Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
2013-10-25 14:18:16 +02:00
Tomas Novotny
3d98d44f35 sunxi-tools: Fix build of sunxi-tools-native
Also add missing newline at the eof.

Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
2013-10-25 14:18:12 +02:00
Tomas Novotny
a982c07f5e sunxi-tools: Fix typo in the directory name
Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
2013-10-25 14:18:05 +02:00
Tomas Novotny
7d7ff35204 Add support for A10S-OLinuXino-MICRO board 2013-10-23 15:28:55 +02:00
Nicolas Aguirre
3fbb13499b Change sunxifb to the new repository 2013-10-19 09:42:05 +02:00
Nicolas Aguirre
7b3b7ca8ac Install sunxi-mali libraries correctly 2013-10-19 09:12:31 +02:00
Nicolas Aguirre
e49b51acea Update sunxi-tools repository, and install all tools 2013-10-19 08:31:10 +02:00
Nicolas Aguirre
a4f0732c12 Fix kernel version number and cleanup package 2013-10-19 08:30:57 +02:00
Nicolas Aguirre
e46a72cf39 Update u-boot to the lates sunxi version. They changed the sdcard layout so update a10 sdcard image class to reflect these changes. 2013-10-19 07:42:23 +02:00
Nicolas Aguirre
91ee5beccc Remove evas bbappend, it's not BSP related 2013-10-19 07:10:47 +02:00
Raoul Hecky
72032b2c20 add opengl deps when building for mele/cubieboard 2013-10-17 15:01:12 +02:00
Raoul Hecky
f8d920108a fix configure/compile of sunxi-mali 2013-10-17 13:54:29 +02:00
Nicolas Aguirre
1a7f72a8e6 Add cubieboard2 support, first work 2013-10-16 22:12:12 +02:00
Nicolas Aguirre
e7042a339a Use sunxifb driver in xorg conf 2013-10-11 13:48:04 +02:00
Nicolas Aguirre
43efb1d306 Add xf86-video-sunxifb recipe 2013-10-11 13:47:29 +02:00
Nicolas Aguirre
91d16e9443 Add libdri2 recipe 2013-10-11 13:46:57 +02:00