Hi Aaron,
On Wed, 2018-07-04 at 06:42 +, Chan, Aaron Chun Yew wrote:
> This morning I had the new autobuilder setup from scratch with the
> latest patch you just check out, thanks for that and rollout the fix
> below manually. Everything else is clean and I did what you asked me
> to.
> Howeve
Hi Paul,
I'm sorry to say that I met layerindex' loaddata problems yesterday and today,
I still didn't find the root cause. Have you tried dumpdata and loaddata
recently, please ?
What I did was:
$ python3 manage.py dumpdata --settings settings --exclude=contenttypes
--exclude=auth.Permission
Hi.
I ran in to a sstate error. This appeared after a sudden power cut during build.
Something sstate.bbclass should be able to recover from? As it is now
I have to clear out my sstate to be able to build.
This is on rocko branch.
Log posted below.
$ bitbake core-image-minimal
Loading cache:
On Tue, Jul 3, 2018 at 4:40 AM, Michele Tirinzoni
wrote:
> Anyway, the config.txt is just enough to be able to use the screen with
> touch functionality ? No need to have any driver installed ?
>
These panels have two cables that must be connected to the board: HDMI and
USB.
The HDMI handles al
Dear All,
I'm a little bit confused about assinging "kernel-modules" to
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS (or its variations). It should install all
modules, but would it include modules declared by separate recipes (i.e. in
contrary to modules build by =m setting in .config)?
Also, how do
Tim Hammer wrote:
> Can anyone point me to a step-by-step tutorial or simple how-to on
> creating and using an initramfs with my kernel for ARM aarch64?
>
>
> I have tried creating my own:
> - boot-image.bb file with IMAGE_FSTYPES = "cpio.gz".
> - local.conf has INITRAMFS_IMAGE_BUNDLE = "1"
>
This fix is to move clobberdir from python2 to python3 to resolve unicode data
in python2 and change the data extraction expansion from ourconfig["TRASH_DIR"]
to utils.getconfig("TRASH_DIR", ourconfig) on "Clobber build dir" BuildStep
Signed-off-by: Aaron Chan
---
janitor/clobberdir | 2 +-
1 fi
Hi Richard,
This is what I did on which you asked me to do
~/yocto-autobuilder-helper/janitor/clobberdir
1. Change to use python3
#!/usr/bin/env/python2 to #!/usr/bin/env/python3
Retain and add print to debug message
trashdir = ourconfig["TRASH_DIR"]
print(trashdir)
Res
Hello to all,
I have my own YOCTO recipe how I do the initramfs.
Usually, some of these are missing in kernel .config file:
CONFIG_BLK_DEV_INITRD=y
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
Please, check (they should be on) the CONFIG_DEC