[OE-core] [PATCH v6] image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS

2017-06-22 Thread yin . thong . choong
From: Choong YinThong Prompt error message to guide user add argument MKUBIFS_ARGS and UBINIZE_ARGS on every UBI and UBIFS image creation. [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/classes/

[OE-core] [PATCH v5] image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS

2017-06-21 Thread yin . thong . choong
From: Choong YinThong Prompt error message to guide user add argument MKUBIFS_ARGS and UBINIZE_ARGS on every UBI and UBIFS image creation. [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass | 8 1 file changed, 8 insertions(+) diff --git a/meta/classe

[OE-core] [PATCH v4] image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS

2017-06-20 Thread yin . thong . choong
From: Choong YinThong Prompt error message to guide user add argument MKUBIFS_ARGS and UBINIZE_ARGS in local.conf on every UBI and UBIFS image creation. [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass | 8 1 file changed, 8 insertions(+) diff --git

[OE-core] [PATCH v4] Prompt error message on missing setting for

2017-06-20 Thread yin . thong . choong
From: Choong YinThong Prompt error message on missing setting in machine.conf for UBI and UBIFS image creation. Choong YinThong (1): image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS meta/classes/image_types.bbclass | 8 1 file changed, 8 inserti

[OE-core] [PATCH v3] image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS

2017-06-19 Thread yin . thong . choong
From: Choong YinThong Prompt error message to guide user add argument MKUBIFS_ARGS and UBINIZE_ARGS in local.conf on every UBI and UBIFS image creation. [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass | 8 1 file changed, 8 insertions(+) diff --git

[OE-core] [PATCH v3] Prompt error message on missing setting for UBI and UBIFS

2017-06-19 Thread yin . thong . choong
From: Choong YinThong Prompt error message on missing setting in UBI and UBIFS image creation. Choong YinThong (1): image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS meta/classes/image_types.bbclass | 8 1 file changed, 8 insertions(+) -- 2.7.4

[OE-core] [PATCH v2] ubi and ubifs image compression failed

2017-06-14 Thread yin . thong . choong
From: Choong YinThong Default argument added into bbclass for ubi and ubifs image creation Choong YinThong (1): image_types.bbclass: Added default argument for ubi and ubifs image creation meta/classes/image_types.bbclass | 9 + 1 file changed, 9 insertions(+) -- 2.7.4 --

[OE-core] [PATCH v2] image_types.bbclass: Added default argument for ubi and ubifs image creation

2017-06-14 Thread yin . thong . choong
From: Choong YinThong Added default argument for ubi and ubifs image creation. MKUBIFS_ARGS and UBINIZE_ARGS both argument still able to edit in local.conf [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass | 9 + 1 file changed, 9 insertions(+) diff -

[OE-core] [PATCH] image_types.bbclass: Added default argument for ubi and ubifs image creation

2017-06-14 Thread yin . thong . choong
From: Choong YinThong Added default argument for ubi and ubifs image creation. MKUBIFS_ARGS and UBINIZE_ARGS both argument still able to edit in local.conf [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass | 9 + 1 file changed, 9 insertions(+) diff -

[OE-core] [PATCH v2] ubi and ubifs image compression failed

2017-06-14 Thread yin . thong . choong
From: Choong YinThong Default argument added into bbclass for ubi and ubifs image creation Choong YinThong (1): image_types.bbclass: Added default argument for ubi and ubifs image creation meta/classes/image_types.bbclass | 9 + 1 file changed, 9 insertions(+) -- 2.7.4 --

[OE-core] [PATCH] ubi and ubifs image compression failed

2017-06-14 Thread yin . thong . choong
From: Choong YinThong Default argument added into bbclass for ubi and ubifs image creation Choong YinThong (1): image_types.bbclass: Added default argument for ubi and ubifs image creation meta/classes/image_types.bbclass | 9 + 1 file changed, 9 insertions(+) -- 2.7.4 --

[OE-core] [PATCH] image_types.bbclass: Added default argument for ubi and ubifs image creation

2017-06-14 Thread yin . thong . choong
From: Choong YinThong Added default argument for ubi and ubifs image creation. MKUBIFS_ARGS and UBINIZE_ARGS both argument still able to edit in local.conf [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass | 9 + 1 file changed, 9 insertions(+) diff -

[OE-core] [PATCH] start_getty: Over added SERIAL_CONSOLE cause error in userspace log

2017-04-14 Thread yin . thong . choong
From: Choong YinThong Error log will be logged into /var/log/message. Added in more condition checking on the script. Check /proc/tty/drivers and /proc/tty/driver/* file system to retrieve active targeted serial. Only establish getty with active serial in runtime. [YOCTO #10844] Reviewed-by: Sa

[OE-core] [PATCH] start_getty: Over added SERIAL_CONSOLE cause error

2017-04-14 Thread yin . thong . choong
From: Choong YinThong Error log will be logged into /var/log/message. Added in more condition checking on the script. Check /proc/tty/drivers and /proc/tty/driver/* file system to retrieve active targeted serial. Only establish getty with active serial in runtime. Choong YinThong (1): start_g

[OE-core] [PATCH] logrotate: replace fedorahosted.org SRC_URI with github.com source

2017-04-09 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. Update the ${PN} to ${BPN} in order to pass the autobuilder mulitlib enable configuration. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/logro

[OE-core] [PATCH] Replace fedorahosted.org SRC_URI with github.com source

2017-04-09 Thread yin . thong . choong
From: Choong YinThong Fedorahosted.org was retired on March 1st, 2017. Replace all fedorahosted.org SRC_URI with source pagure.io and github.com. Update the ${PN} to ${BPN} in order to pass the autobuilder mulitlib enable configuration. Choong YinThong (1): logrotate: replace fedorahosted.org

[OE-core] [PATCH v3 6/8] liberation-fonts: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-06 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | 4 ++-- 1 file

[OE-core] [PATCH v3 7/8] chkconfig: replace fedorahosted.org SRC_URI with github.com source

2017-04-06 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | 14 ++ 1 file changed, 10 insertions(+), 4 deletions

[OE-core] [PATCH v3 4/8] logrotate: replace fedorahosted.org SRC_URI with github.com source

2017-04-06 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 19 +++ 1 file changed, 15 insertions(+), 4 delet

[OE-core] [PATCH v3 5/8] libnewt: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-06 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/newt/libnewt_0.52.19.bb | 4 ++-- 1 file changed, 2

[OE-core] [PATCH v3 8/8] cronie: replace fedorahosted.org SRC_URI with github.com source

2017-04-06 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. This github link is distributions to fedoreproject.org and the contact Mailing list: cronie-devel AT lists.fedorahosted DOT org [YOCTO #11226] Signed-off-by: Choong YinTh

[OE-core] [PATCH v3 2/8] xmlto: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-06 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 4 ++-- 1 file changed, 2 in

[OE-core] [PATCH v3 3/8] libuser: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-06 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/libuser/libuser_0.62.bb | 6 +++--- 1 file changed,

[OE-core] [PATCH v3 1/8] selftest/recipetool: replace fedorahosted.org SRC_URI with github.com source

2017-04-06 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/lib/oeqa/selftest/recipetool.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/

[OE-core] [PATCH v3 0/8] Remove all use of fedorahosted SRC_URI [yocto #11226]

2017-04-06 Thread yin . thong . choong
From: Choong YinThong Fedorahosted.org was retired on March 1st, 2017. Replace all fedorahosted.org SRC_URI with source pagure.io and github.com. Choong YinThong (8): selftest/recipetool: replace fedorahosted.org SRC_URI with github.com source xmlto: replace fedorahosted.org SRC_URI with

[OE-core] [PATCH v2 6/8] liberation-fonts: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-04 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | 4 ++-- 1 file

[OE-core] [PATCH v2 8/8] cronie: replace fedorahosted.org SRC_URI with github.com source

2017-04-04 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. This github link is distributions to fedoreproject.org and the contact Mailing list: cronie-devel AT lists.fedorahosted DOT org [YOCTO #11226] Signed-off-by: Choong YinTh

[OE-core] [PATCH v2 7/8] chkconfig: replace fedorahosted.org SRC_URI with github.com source

2017-04-04 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | 12 1 file changed, 8 insertions(+), 4 deletions(-)

[OE-core] [PATCH v2 4/8] logrotate: replace fedorahosted.org SRC_URI with github.com source

2017-04-04 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 12 1 file changed, 8 insertions(+), 4 deletions(-)

[OE-core] [PATCH v2 5/8] libnewt: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-04 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/newt/libnewt_0.52.19.bb | 4 ++-- 1 file changed, 2

[OE-core] [PATCH v2 3/8] libuser: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-04 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/libuser/libuser_0.62.bb | 6 +++--- 1 file changed,

[OE-core] [PATCH v2 2/8] xmlto: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-04 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 4 ++-- 1 file changed, 2 in

[OE-core] [PATCH v2 0/8] Remove all use of fedorahosted SRC_URI [yocto #11226]

2017-04-04 Thread yin . thong . choong
From: Choong YinThong Fedorahosted.org was retired on March 1st, 2017. Replace all fedorahosted.org SRC_URI with source pagure.io and github.com. Choong YinThong (8): selftest/recipetool: replace fedorahosted.org SRC_URI with github.com source xmlto: replace fedorahosted.org SRC_URI with

[OE-core] [PATCH v2 1/8] selftest/recipetool: replace fedorahosted.org SRC_URI with github.com source

2017-04-04 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/lib/oeqa/selftest/recipetool.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/

[OE-core] [PATCH 6/8] liberation-fonts: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-02 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | 4 ++-- 1 file

[OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-02 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to yoctoproject.org/mirror. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[OE-core] [PATCH 8/8] cronie: replace fedorahosted.org SRC_URI with github.com source

2017-04-02 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/cronie/cronie_1.5.1.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a

[OE-core] [PATCH 7/8] chkconfig: replace fedorahosted.org SRC_URI with github.com source

2017-04-02 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[OE-core] [PATCH 1/8] selftest/recipetool: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-02 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to yoctoproject.org. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/lib/oeqa/selftest/recipetool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/met

[OE-core] [PATCH 2/8] xmlto: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-02 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 4 ++-- 1 file changed, 2 in

[OE-core] [PATCH 5/8] libnewt: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-02 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/newt/libnewt_0.52.19.bb | 4 ++-- 1 file changed, 2

[OE-core] [PATCH 3/8] libuser: replace fedorahosted.org SRC_URI with pagure.io source

2017-04-02 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to pagure.io. pagure.io is a replacement for fedorahosted. [YOCTO #11226] Signed-off-by: Choong YinThong --- meta/recipes-extended/libuser/libuser_0.62.bb | 6 +++--- 1 file changed,

[OE-core] [PATCH 0/8] Remove all use of fedorahosted SRC_URI [YOCTO #11226]

2017-04-02 Thread yin . thong . choong
From: Choong YinThong Fedorahosted.org was retired on March 1st, 2017. Replace all fedorahosted.org SRC_URI with source yoctoproject.org, pagure.io and github.com. Choong YinThong (8): selftest/recipetool: replace fedorahosted.org SRC_URI with yoctoproject.org source xmlto: replace fedor