[meta-freescale] Creating a sdcard image for LS1088 ARDB

2018-10-18 Thread John Matt
Hi All, I was able to build core-image-minimal for LS1088ARDB, and I have a bunch of files in the tmp/deploy/images folder. I am wondering how to create a sdcard image. Some of the files are as follows-

Re: [meta-freescale] Creating a sdcard image for LS1088 ARDB

2018-10-18 Thread Ian Coolidge
IMAGE_FSTYPES covers this, just grep for it and you'll see how other machine configurations use it. I believe everyone uses "wic.gz" now Also, core-image-minimal is very minimal. So minimal you'd not think it was usable in normal situations. Try out core-image-base instead if you want a more

[meta-freescale] [PATCH] ppa: update LICENSE

2018-10-18 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/ppa/ppa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/ppa/ppa.inc b/recipes-bsp/ppa/ppa.inc index 2faa2c7..8125375 100644 --- a/recipes-bsp/ppa/ppa.inc +++ b/recipes-bsp/ppa/ppa.inc @@ -1,5

[meta-freescale] [PATCH 1/5] ls1046ardb-be : remove qe-ucode

2018-10-18 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1046ardb-be.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1046ardb-be.conf b/conf/machine/ls1046ardb-be.conf index 56ac711..bfff9d9 100644 --- a/conf/machine/ls1046ardb-be.conf +++

[meta-freescale] [PATCH 4/5] ls1088ardb_pb: add machine config

2018-10-18 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1088ardb_pb.conf | 31 +++ 1 file changed, 31 insertions(+) create mode 100644 conf/machine/ls1088ardb_pb.conf diff --git a/conf/machine/ls1088ardb_pb.conf b/conf/machine/ls1088ardb_pb.conf new file

[meta-freescale] [PATCH 5/5] u-boot: dpends bc-native

2018-10-18 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb b/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb index 48646c0..f9659e4 100644 ---

[meta-freescale] [PATCH 2/5] ls1012afrwy: update KERNEL_DEVICETREE

2018-10-18 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1012afrwy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1012afrwy.conf b/conf/machine/ls1012afrwy.conf index 7eb0add..f43f069 100644 --- a/conf/machine/ls1012afrwy.conf +++

[meta-freescale] [PATCH 3/5] rcw: add ls1088ardb_pb support

2018-10-18 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/rcw/rcw_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index a105985..8145c74 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -20,6

[meta-freescale] [PATCH 2/2] linux-fslc: upgrade to 4.18.12

2018-10-18 Thread Andreas Müller
Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc_4.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.18.bb b/recipes-kernel/linux/linux-fslc_4.18.bb index f14de5a8..e602671d 100644 ---

[meta-freescale] [PATCH 1/2] qtbase: Do not pin gles2 when using open source graphic stack

2018-10-18 Thread Andreas Müller
One of the advantages in using upstream mesa is that we have the freedom to use gl or gles2 for qtbase. So follow meta-qt5's default here which is desktop-gl and give other layers a more simple chance to change default if necessary. Notes: * Did performance tests with my images and did not find