Re: [yocto] VFAT patent EP 0 618 540

2015-10-10 Thread Robert Berger
Hi, On 10/09/2015 10:58 PM, Christian Ege wrote: > A decent U-Boot can load the kernel from ext4. And I do not know any ROM > loader which needs vfat, except maybe this TI SOCs... Yep that's what I mean. The on-chip loader, which loads MLO,... Anyhow I tried to come up with a scenario where

Re: [yocto] VFAT patent EP 0 618 540

2015-10-10 Thread Robert Berger
Hi On 10/09/2015 11:20 PM, Ayoub Zaki wrote: > TI Socs Boot Rom code can use Vfat but does not necessarly need it as > Bootloaders (spl, u-boot) can be loaded directly from Raw MMC/eMMC. I just discovered this recently. Something like: sudo dd if=./u-boot/MLO of=${DISK} count=1 seek=1 bs=128k

[yocto] [meta-selinux] [PATCH] libsepol: DEPENDS on flex-native

2015-10-10 Thread Robert Yang
Fixed when build libsepol-native: /bin/sh: 1: flex: not found Signed-off-by: Robert Yang --- recipes-security/selinux/libsepol.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/selinux/libsepol.inc b/recipes-security/selinux/libsepol.inc

[yocto] [PATCH][meta-selinux] refpolicy: fix exit code issue of bzip2

2015-10-10 Thread wenzong.fan
From: Wenzong Fan 'bzip2 -qt $moudle_name.pp' has different exit codes on different distributions, for example: * On Redhat/CentOS/Fedora, OpenSUSE: $ bzip2 -qt /tmp/tor.pp bzip2: /tmp/tor.pp: bad magic number (file not created by bzip2) $ echo $? 0 This