Re: [linux-yocto] linux-yocto: do_compile failed when DEFAULTTUNE = "aarch64_be"

2016-04-18 Thread Robert Yang
Filed: https://bugzilla.yoctoproject.org/show_bug.cgi?id=9480 linux-yocto: make it work with arm big endian // Robert On 04/19/2016 09:32 AM, Bruce Ashfield wrote: On 2016-04-18 9:30 PM, Robert Yang wrote: On 04/18/2016 08:17 PM, Bruce Ashfield wrote: On 2016-04-18 5:47 AM, Robert Yang

Re: [linux-yocto] linux-yocto: do_compile failed when DEFAULTTUNE = "aarch64_be"

2016-04-18 Thread Robert Yang
On 04/18/2016 08:17 PM, Bruce Ashfield wrote: On 2016-04-18 5:47 AM, Robert Yang wrote: Reproducer: (both in YP 2.1 and 2.0.1): MACHINE = "qemuarm64" DEFAULTTUNE = "aarch64_be" $ bitbake linux-yocto aarch64_be-poky-linux-ld.bfd: usr/initramfs_data.o: compiled for a

[linux-yocto] linux-yocto: do_compile failed when DEFAULTTUNE = "aarch64_be"

2016-04-18 Thread Robert Yang
Reproducer: (both in YP 2.1 and 2.0.1): MACHINE = "qemuarm64" DEFAULTTUNE = "aarch64_be" $ bitbake linux-yocto aarch64_be-poky-linux-ld.bfd: usr/initramfs_data.o: compiled for a little endian system and target is big endian aarch64_be-poky-linux-ld.bfd: failed to merge target specific data

Re: [linux-yocto] warning when use linux-yocto-tiny_4.4.bb

2016-04-12 Thread Robert Yang
On 04/11/2016 09:55 AM, Bruce Ashfield wrote: On 2016-04-10 10:13 AM, Robert Yang wrote: after do_patch: WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0 do_patch: After meta data application, the kernel tree branch is standard/tiny/common-pc. The WARNING: linux-yocto-tiny

[linux-yocto] [PATCH yocto 4.1 and 4.4] ktypes/tiny/tiny.cfg: support /proc/sys

2016-04-11 Thread Robert Yang
Signed-off-by: Robert Yang <liezhi.y...@windriver.com> --- ktypes/tiny/tiny.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ktypes/tiny/tiny.cfg b/ktypes/tiny/tiny.cfg index 299e9be..f1f0b54 100644 --- a/ktypes/tiny/tiny.cfg +++ b/ktypes/tiny/tiny.cfg @@ -29,3 +29,6 @@ CONFIG_RD_

[linux-yocto] warning when use linux-yocto-tiny_4.4.bb

2016-04-10 Thread Robert Yang
after do_patch: WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0 do_patch: After meta data application, the kernel tree branch is standard/tiny/common-pc. The WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0 do_patch: SRC_URI specified branch

Re: [linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Robert Yang
On 03/30/2016 11:19 AM, Bruce Ashfield wrote: On 2016-03-29 9:51 PM, Robert Yang wrote: On 03/30/2016 09:08 AM, Robert Yang wrote: On 03/29/2016 08:40 PM, Bruce Ashfield wrote: On 2016-03-29 3:23 AM, Robert Yang wrote: Otherwise the live iso will be readonly. Not true .. overlayfs

[linux-yocto] [PATCH] features: add overlayfs

2016-03-29 Thread Robert Yang
Signed-off-by: Robert Yang <liezhi.y...@windriver.com> --- features/overlayfs/non-hardware.kcf | 1 + features/overlayfs/overlayfs.cfg| 1 + features/overlayfs/overlayfs.scc| 2 ++ 3 files changed, 4 insertions(+) create mode 100644 features/overlayfs/non-hardware.kcf create mode

Re: [linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Robert Yang
On 03/30/2016 09:08 AM, Robert Yang wrote: On 03/29/2016 08:40 PM, Bruce Ashfield wrote: On 2016-03-29 3:23 AM, Robert Yang wrote: Otherwise the live iso will be readonly. Not true .. overlayfs is one way to have a read/write ISO, but not the only. This isn't something we bury

Re: [linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Robert Yang
On 03/29/2016 08:40 PM, Bruce Ashfield wrote: On 2016-03-29 3:23 AM, Robert Yang wrote: Otherwise the live iso will be readonly. Not true .. overlayfs is one way to have a read/write ISO, but not the only. This isn't something we bury in the middle of the ktypes. aufs has always been

[linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Robert Yang
Otherwise the live iso will be readonly. Signed-off-by: Robert Yang <liezhi.y...@windriver.com> --- ktypes/preempt-rt/preempt-rt.cfg | 2 ++ ktypes/standard/standard.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ktypes/preempt-rt/preempt-rt.cfg b/ktypes/preempt-rt/preempt-

[linux-yocto] [PATCH 2/2] cfg/virtio.cfg: enable SCSI_VIRTIO

2016-03-29 Thread Robert Yang
Otherwise the hdddirect, vmdk, qcow2 and vdi can not be boot by qemu. Signed-off-by: Robert Yang <liezhi.y...@windriver.com> --- cfg/virtio.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg/virtio.cfg b/cfg/virtio.cfg index 7a83373..13c73f5 100644 --- a/cfg/virtio.cfg +++