aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-yocto-ivi/images
AgeCommit message (Collapse)Author
2018-09-10ivi-image: remove hard-coded IMAGE_ROOTFS_SIZEMirza Krak
The image rootfs size is determined by the following algorithm (from Yocto ref manual): if (image-du * overhead) < rootfs-size: internal-rootfs-size = rootfs-size + xspace else: internal-rootfs-size = (image-du * overhead) + xspace Currently rootfs-size is set to 8 MB which essentially means that it will never be used as it is considered as a minimum. By removing it from the image, the weak default value (65536) will be used which is defined in bitbake.conf. The primary reason of removing it is to be able to set a custom value in e.g local.conf which is currently not possible. Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
2018-02-14Name change orion to pulsar:Oscar Andreasson
The current release is named pulsar. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2017-05-30ivi-image: remove "not supported" variables "ROOTFS_PKGMANAGE_BOOTSTRAP"Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-05-30poky-ivi-systemd.conf: use orion codename and versionYong-iL Joh
- README.md, conf-notes.txt is changed for orion - orion-image.bb is renamed from nostromo-image.bb Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-01-09poky-ivi-systemd.conf: use nostromo codename and versionYong-iL Joh
- README.md, conf-notes.txt is changed for nostromo - nostromo-image.bb is renamed from miranda-image.bb Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-21Make the setting of EXTRA_USERS_PARAMS a default valueRobert Marshall
[GDP-287] Enables the setting of an empty root password for testimage as well as allowing the user to build images with other root passwords
2016-07-01move to miranda releaseYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15Bump version to 10.0.010.0.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-11-10poky-ivi-systemd.conf: use leviathan codename and versionYong-iL Joh
- README.md, conf-notes.txt is changed for leviathan - rename kronos-image.bb to leviathan-image.bb Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-09-09ivi-image.bb: Switch on Kronos versionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-09-09jupiter-image.bb: Switch on kronos name and versionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-03-11ivi-image.bb: Bump PV to match the Jupiter versionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-03-11intrepid-image: Replaced by jupiter imageAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-12-05ivi-image: Replace base-passwd bbappend by extrausers usageAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-08-22meta-ivi: prepare 7.0.0 releaseHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-13Use weston version 1.4% from meta-iviFlorin Sarbu
PREFERRED_VERSION variables are only found in .conf files. Removing this variable occurence from the .bb image file and defining it in the conf/layer.conf file. Even though at the moment it is not absolutely necessary to define it there because meta-ivi has a higher BBFILE_PRIORITY than that of poky, we define it in the conf file to make the statement more clear to the users of the layer. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Acked-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-06-20ivi-image: prefer weston version 1.4.%Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-05-09horizon-image.bb: set PV to 6.0.1Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-05-09ivi-image.bb: set PV to 6.0+snapshot-${DATE}Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-05-09meta-ivi: refactor layer structureholger
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>