aboutsummaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-core
AgeCommit message (Collapse)Author
2015-05-19systemd: Do not print to consoleJukka Rissanen
Use only journal as there is just too much messages from various systemd components and it overflows the console.
2014-12-02edison: Initial support for Intel Edison boardJukka Rissanen
It is possible to run ECA in Intel Edison device after this.
2014-07-31eca: Update recipies so that FILESEXTRAPATHS do not emit warningJukka Rissanen
Latest meta core layer wants that FILESEXTRAPATHS contain either _append or _prepend. This patch updates relevant recipies that do not have "_append" in them.
2014-03-18busybox: Use wildcard instead of specific busybox versionJukka Rissanen
2014-01-31busybox: Add mount and fs optionsJukka Rissanen
Needed when booting Galileo (Clanton) device.
2013-08-06eca: root password is set using extrausers classJukka Rissanen
So we inherit "extrausers" and then set the EXTRA_USERS_PARAMS with root user password. After this there is no need for base-passwd recipes.
2013-08-06base-files: Use BASEFILESISSUEINSTALL to define function that setups issue ↵Jukka Rissanen
and hostname
2013-08-06base-files: Removed the creation of /run as it is already thereJukka Rissanen
2013-07-26eca: Created meta-eca directory that holds the recipesJukka Rissanen
Instead of mixing meta-eca-bsp layer and recipes from meta-eca, the new meta-eca directory will hold all meta-eca recipes.