Commit Graph

15 Commits

Author SHA1 Message Date
Khem Raj
03ff37072f setup.sh: Drop setting largefile in DISTRO_FEATURES
This feature is deprecated and removed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-14 15:03:21 -07:00
Khem Raj
778ea8390a conf: Drop using image-prelink
image-prelink has been removed in latest yocto ( kirkstone + )
Fixes Issue #325

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 23:27:55 -07:00
Khem Raj
5a3ff76ae5 meta-riscv: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-04 23:14:25 -07:00
Khem Raj
cb86766bf7 setup.sh: Drop image-mklibs
image-mklibs has been removed from OE core layer

Fixes #289

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-27 07:12:39 -07:00
Robert Henry
0d5a7c956f Fix typo in setup.sh
s/unleased/unleashed/
2019-10-18 06:37:39 +05:30
Khem Raj
0ec98278a9 setup.sh: Do not delete build dir
When building in a non CI env this all is not
needed as the user might accidentally end up losing all the build
artifacts that are not intendeed to. On CI systems its better to delete
it via extra step outside setup

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29 22:45:36 -07:00
Palmer Dabbelt
bf6e63d854 Add meta-python before meta-multimedia
meta-multimedia depends on meta-python.  I'm not sure why it's
necessary to add all the dependent layers in order, but if I don't do
this I get a bunch of exceptions during setup.sh that result in no
meta-python in my bblayers.conf and thus a non-functional bitbake.

setup.sh was already explicitly adding meta-python, so this patch just
adds it before meta-multimedia.  That fixes the errors on my side.

Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
2019-07-11 09:57:14 -07:00
sungwon.pino
82047e30b6 setup.sh: Changed to be buildable according to input of each MACHINE
Minor fix.
Changed to be buildable according to input of each MACHINE.
Add buildable machine's information in script.

Signed-off-by: sungwon.pino <sungwon.pino@gmail.com>
2019-07-10 09:44:13 -07:00
sungwon.pino
eeffb318ad Add systemd for distro init manager (derived from #34 comment)
distro append systemd for a init_manager

Signed-off-by: pino-kim <sungwon.pino@gmail.com>
2018-09-25 15:16:08 -07:00
Khem Raj
c439bc57b5 setup.sh: Check for dash as default shell and change it to bash if possible
could fix #26

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-24 08:46:29 -07:00
Khem Raj
cb2be0259e setup.sh: Fix typo in defining USER_CLASSES
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-22 08:34:19 -07:00
Khem Raj
0add9dafa5 setup.sh: Enable additional distro policies
These policies enabled essential features like package management
and ssh server in images, additionally remove static libs and use
uninative

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-22 07:27:03 -07:00
Khem Raj
7e95e78074 Set BASH_SOURCE to use new path to oe-init-build-env
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29 10:03:31 -07:00
Khem Raj
8fa69a8f27 switch to using OE-Core/bitbake instead of poky
We document using oe-core and bitbake but the environment was setting
for poky, this fixes that, plus riscv64 is not enabled as default tatget
in poky where as it is in oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29 09:56:07 -07:00
Khem Raj
b9717f0341 Add setup scripts
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-16 17:16:53 -07:00