aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2013-10-01vexpressa9: Use kernel version 3.10Florin Sarbu
Change the kernel image type to zImage instead of uImage. Add proper LOADADDR for the vexpressa9 kernel. Rework the runqemu script used for vexpressa9 machine to pick up the kernel and .sdimg from the new location. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-09-26poky-ivi-systemd.conf: using 3.10 kernel by defaultHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com> (cherry picked from commit 3fff82c75f7486d7b4b994159503bf83fa9a144e)
2013-08-23poky-ivi-systemd.conf: Keep kernel 3.4 versionFlorin Sarbu
We keep the current LTSI yocto kernel as default for all the meta-ivi supported machines. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22poky-ivi-systemd.conf: Bump DISTRO_VERSION to 5.0Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22poky-ivi-systemd.conf: Add pam to DISTRO_FEATURESFlorin Sarbu
Without pam in DISTRO_FEATURES, libpam complains it will not function correctly so we add that. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-22poky-ivi-systemd.conf: Correct DISTRO_FEATURES_BACKFILL_CONSIDERED for sysvinit.Florin Sarbu
We used to have DISTRO_FEATURES_BACKFILL_CONSIDERED_append which did not really work as expected. We know use DISTRO_FEATURES_BACKFILL_CONSIDERED to actually remove sysvinit from DISTRO_FEATURES. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-09poky-ivi-systemd.conf: follow poky.conf changes, cleanupHolger Behrens
* do not require meta/conf/distro/defaultsetup.conf * set PREFERRED_PROVIDER_jpeg distro wide (instead of machine) * merge in poky.conf changes done lately Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09meta-ivi: move hardware specifics to meta-ivi-bspHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-07-12vexpressa9.conf: Add PREFERRED_VERSION_linux-yocto to be 3.8Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-05poky-ivi-systemd.conf: Remove sysvinit from DISTRO_FEATURES.Noor
* By adding sysvinit DISTRO_FEATURES_BACKFILL_CONSIDERED it is removed from DISTRO_FEATURES. Previously Both systemd and sysvinit was present in DISTRO_FEATURES. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-06-14default-providers-ivi.inc: Add PREFERRED_PROVIDER_node-state-managerFlorin Sarbu
as being node-state-manager so that we get it in the rootfs when that package is present in the layer. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-05poky-ivi-systemd.conf: Change XSERVER assignment toFlorin Sarbu
be weakly assigned so that it can be overwritten if desired. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-04-30poky-ivi-systemd.conf: Replace mesa-dri-driver-swrastFlorin Sarbu
with the new rpm generated by mesa, called mesa-driver-swrast. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-03-13poky-ivi-systemd.conf: Updated DISTRO_VERSION toFlorin Sarbu
4.0 snapshot. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-21poky-ivi-systemd.conf: Add yoctoproject mirrorsFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-06poky-ivi-systemd: Add xf86-video-vmware for x86 64 bit target.Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-01-07layer.conf: Use .= for adding to BBPATH and += to BBFILESAndrei Gherzan
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-12-14poky-ivi-systemd.conf: Added the video driver conditionally,Florin Sarbu
depending on the machine arch we build for. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-12-11Added the glx xorg extension to XSERVER variable.Florin Sarbu
Moved the XSERVER variable in the distro conf, rather than have it only in a machine conf. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-11-19bblayers.conf.sample: Remove file - not used anymoreAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-11-19vexpressa9.conf: Remove jffs2 from IMAGE_FSTYPESAndrei Gherzan
For this board we use a sd image which incorporate a boot partition and an ext3 rootfs partition. We keep the tar.bz2 image type because some users find it useful while not using the sd image. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-11-19vexpressa9.conf: Add ext3 and vexpressa9-sdimg to IMAGE_FSTYPESAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-11-16Add opengl to DISTRO_FEATURES through poky-ivi-systemd.conf,Florin Sarbu
removed opengl from the specific vexpressa9.conf and cleaned up the xserver-xorg append. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-10-30vexpressa9.conf: Add some X modules to XSERVERAndrei Gherzan
At startup X needs dbe, extmod, dri and dri2 modules. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-25vexpressa9.conf: Add mesa-dri-driver-swrast to XSERVER packagesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17poky-ivi-systemd.conf: update DISTRO_VERSIONHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2012-10-17Remove yocto-ivi-perms.txt and reference to itAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17vexpressa9.conf: Set jpeg preferred providerAndrei Gherzan
To do this to avoid warnings when using meta-oe layer. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-09-20poky-ivi-systemd.conf: Add LAYER_CONF_VERSION = "6" to avoid sanity checks ↵Florin Sarbu
errors. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-09-20vexpressa9.conf: Added opengl to DISTRO_FEATURES (we use mesa)Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-29conf/distro/poky-ivi-systemd.conf: set DISTRO_VERSION to E-0.2+snapshot-${DATE}Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-06set DISTRO_VERSIONHolger Behrens
2012-07-24meta-ivi: Use yocto kernel version 3.4Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-06-07default-providers-ivi.inc: Use udev from systemd by defaultAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-01poky-ivi-systemd: Add bluetooth to DISTRO_FEATURESAndrei Gherzan
This is needed by ofono to be configured with bluetooth support. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-16yocto-ivi-systemd.conf: Add systemd to DISTRO_FEATURESAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-04-20Redo initial populationFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-19Initial PopulationHolger Behrens