[linux-yocto] Risks to transfer from Debian armhf to Yocto

2019-03-06 Thread JH
Hi, Sorry I am new to Yocto to ask very basic questions. My application was previously running on Debian 8 armhf, the new embedded device is now to reduce the Flash and Ram size I have been battering to cut the Debian image size down, the chance to make the small Debian image size to fit the new

Re: [linux-yocto] [PATCH 0/3] [kernel-cache] [yocto-5.0] Enable the v5.0 kernel support for the reference BSPs

2019-03-06 Thread Bruce Ashfield
Thanks Kevin, This is now merged. Bruce On Wed, Mar 6, 2019 at 7:13 AM Kevin Hao wrote: > > Hi, > > - Fix the kernel config check warnings for the new kernel. > - Fix the serial malfunction on the beaglebone board. > > > Kevin Hao (3): > mpc8315e-rdb: Enable the CONFIG_MTD_PHYSMAP >

[linux-yocto] [PATCH 2/3] beaglebone: Update the audio options

2019-03-06 Thread Kevin Hao
With the commit f2055e145f29 ("ASoC: ti: Merge davinci and omap directories"), some of the audio options are removed from the kernel. Use the new options for the audio support. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 7 +++ 1 file changed, 3 insertions(+), 4

[linux-yocto] [PATCH 3/3] beaglebone: Switch to the 8250 omap driver

2019-03-06 Thread Kevin Hao
In the v5.0 kernel, the SERIAL_OMAP driver doesn't work anymore. So switch to the 8250 omap driver for the serial support. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg

[linux-yocto] [PATCH 1/3] mpc8315e-rdb: Enable the CONFIG_MTD_PHYSMAP

2019-03-06 Thread Kevin Hao
This is needed by the CONFIG_MTD_PHYSMAP_OF. Signed-off-by: Kevin Hao --- bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg index 57ebaabb6583..cb7c40d37c22 100644

[linux-yocto] [PATCH 0/3] [kernel-cache] [yocto-5.0] Enable the v5.0 kernel support for the reference BSPs

2019-03-06 Thread Kevin Hao
Hi, - Fix the kernel config check warnings for the new kernel. - Fix the serial malfunction on the beaglebone board. Kevin Hao (3): mpc8315e-rdb: Enable the CONFIG_MTD_PHYSMAP beaglebone: Update the audio options beaglebone: Switch to the 8250 omap driver bsp/beaglebone/beaglebone.cfg