[OE-core] [PATCH 3/3] core-image-minimal-initramfs: use initramfs-framework by default

2017-07-24 Thread wei . tee . ng
From: "Ng, Wei Tee" Use the initramfs-framework for initialization by default due to the modularity and expansibility. [YOCTO #10987] Signed-off-by: Ng, Wei Tee --- meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH 2/3] initramfs-framework: include install-efi module in recipe for installation

2017-07-24 Thread wei . tee . ng
From: "Ng, Wei Tee" Utilized the existing init-install-efi.sh script and renamed it to install-efi.sh to manage the installation process of images in initramfs-framework model. This script will be executed when "install" option is being chosen in the grub menu and install

[OE-core] [PATCH 1/3] initramfs-framework: module to support boot live image

2017-07-24 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet named setup-live in order to support the live boot image. The udev-extraconf rdepends is being added to perform automounting. It gets to

[OE-core] [poky][master][PATCH 0/3] core-image-minimal-initramfs: use initramfs-framework for initialization by default

2017-07-24 Thread wei . tee . ng
From: "Ng, Wei Tee" These patches is to initialize initramfs-framework by default. The initramfs-framework is able to boot up live image and enable the installation mechanism. For the configuration to boot up live image, a new scriplet named setup-live module has been

[OE-core] [PATCH v2 1/1] initramfs-framework: include install-efi module in recipe for installation

2017-07-16 Thread wei . tee . ng
From: "Ng, Wei Tee" Utilized the existing init-install-efi.sh script and renamed it to install-efi.sh to manage the installation process of images in initramfs-framework model. This script will be executed when "install" option is being chosen in the grub menu and install

[OE-core] [poky][master][PATCH v2 0/1] initramfs-framework: include install-efi module in recipe for installation

2017-07-16 Thread wei . tee . ng
From: "Ng, Wei Tee" This patch is to enable the installation mechanism in initramfs-framework. It used the existing init-install-efi.sh script in the initrdscript and install a new module named initramfs-module-install-efi in the recipe. I put all the changes as a single

[OE-core] [PATCH 1/1] initramfs-framework: include install module in recipe for installation

2017-07-13 Thread wei . tee . ng
From: "Ng, Wei Tee" Utilized the existing init-install-efi.sh script to manage the installation process of images in initramfs-framework model. This script will be executed when "install" option is being chosen in the grub menu and install the image on the target platform.

[OE-core] [poky][master][PATCH 0/1] initramfs-framework: include install module in recipe for installation

2017-07-13 Thread wei . tee . ng
From: "Ng, Wei Tee" This patch is to enable the installation mechanism in initramfs-framework. It used the existing init-install-efi.sh script in the initrdscript and install a new module named initramfs-module-install in the recipe. I put all the changes as a single

[OE-core] [PATCH v6 1/1] initramfs-framework: module to support boot live image

2017-07-12 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet named setup-live in order to support the live boot image. The udev-extraconf rdepends is being added to perform automounting. It gets to

[OE-core] [poky][master] [PATCH v6 0/1] initramfs-framework:configuration to boot up live image

2017-07-12 Thread wei . tee . ng
From: "Ng, Wei Tee" Hi, This patch is to get initramfs-framework able to boot up live image. A new scriplet named setup-live module has been created to handle the removeable media detection and assign the rootfs.img. This is because the current rootfs module has no

[OE-core] [poky][master] [PATCH v5 0/1] initramfs-framework:configuration to boot up live image

2017-07-11 Thread wei . tee . ng
From: "Ng, Wei Tee" Hi, This patch is to get initramfs-framework able to boot up live image. A new scriplet named setup-live module has been created to handle the removeable media detection and assign the rootfs.img. This is because the current rootfs module has no

[OE-core] [PATCH 1/1] initramfs-framwork: module to support boot live image

2017-07-11 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet named setup-live in order to support the live boot image. The udev-extraconf rdepends is being added to perform automounting. It gets to

[OE-core] [PATCH v4 1/1] initramfs-framwork: module to support boot live image

2017-07-10 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet named setup-live in order to support the live boot image. The udev-extraconf rdepends is being added to perform automounting. It gets to

[OE-core] [poky][master] [PATCH v4 0/1] initramfs-framework: configuration to boot up live image

2017-07-10 Thread wei . tee . ng
From: "Ng, Wei Tee" Hi, This patch is to get initramfs-framework able to boot up live image. A new scriplet named setup-live module has been created to handle the removeable media detection and assign the rootfs.img. This is because the current rootfs module has no

[OE-core] [PATCH v3 2/2] initramfs-framwork: module to support boot live image

2017-07-06 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet in order to support the live boot image. The udev-extraconf rdepends is being added to perform automounting. It gets to run before the

[OE-core] [PATCH v3 1/2] initramfs-framework: setup-live: detect media and assign rootfs image

2017-07-06 Thread wei . tee . ng
From: "Ng, Wei Tee" Integrate the featuers in init-live.sh into new scriptlet to handle boot up live image process using framework method. This commit include the changes for: - Create a conditional loop for the bootparam_root variable. If it is not set, then it will boot

[OE-core] [poky][master] [PATCH v3 0/2] initramfs-framework: configuration to boot up live image

2017-07-06 Thread wei . tee . ng
From: "Ng, Wei Tee" Hi, This patch is to get initramfs-framework able to boot up live image. A new scriplet named setup-live module has been created to handle the removeable media detection and assign the rootfs.img. This is because the current rootfs module has no

[OE-core] [poky][master][PATCH v2 0/3] initramfs-framework: configuration to boot up live image

2017-06-30 Thread wei . tee . ng
From: "Ng, Wei Tee" This patch is to get initramfs-framework able to boot up live image. In order to implement this framework, there is a need to add runtime

[OE-core] [PATCH v2 2/3] initramfs-framework: setup-live: detect media and assign rootfs image

2017-06-30 Thread wei . tee . ng
From: "Ng, Wei Tee" Integrate the featuers in init-live.sh into new scriptlet to handle boot up live image process using framework method. This commit include the changes for: - Create a conditional loop for the bootparam_root variable. If it is not set, then it will boot

[OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-06-30 Thread wei . tee . ng
From: "Ng, Wei Tee" In order to implement initramfs-framework for boot up process, it depends on udev performing automounting, which happens in udev-extraconf. Explicitly depend on it so that we always have it installed. Signed-off-by: Ng, Wei Tee

[OE-core] [PATCH v2 3/3] initramfs-framwork: module to support boot live image

2017-06-30 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet in order to support the live boot image. It gets to run before the rootfs and finish module. [YOCTO #11701] Signed-off-by: Ng, Wei Tee

[OE-core] [PATCH 3/3] initramfs-framwork: module to support boot live image

2017-06-29 Thread wei . tee . ng
From: "Ng, Wei Tee" setup-live module is a new module being introduced to integrate the functionality of init-live.sh into new scriptlet in order to support the live boot image. It gets to run before the rootfs and finish module. Signed-off-by: Ng, Wei Tee

[OE-core] [PATCH 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-06-29 Thread wei . tee . ng
From: "Ng, Wei Tee" In order to implement initramfs-framework for boot up process, it depends on udev performing automounting, which happens in udev-extraconf. Explicitly depend on it so that we always have it installed. Signed-off-by: Ng, Wei Tee

[OE-core] [poky][master][PATCH 0/3] initramfs-framework: configuration to boot up live image

2017-06-29 Thread wei . tee . ng
From: "Ng, Wei Tee" This patch is to get initramfs-framework able to boot up live image. In order to implement this framework, there is a need to add runtime

[OE-core] [PATCH 2/3] initramfs-framework: setup-live: detect media and assign rootfs image

2017-06-29 Thread wei . tee . ng
From: "Ng, Wei Tee" Integrate the featuers in init-live.sh into new scriptlet to handle boot up live image process using framework method. This commit include the changes for: - Create a conditional loop for the bootparam_root variable. If it is not set, then it will boot

[OE-core] [PATCH 1/2] rpm: allow arch-dependent binaries in noarch packages

2017-05-05 Thread wei . tee . ng
From: Ng Wei Tee This is needed for packages like linux-firmware which have a legitimate reason for it. Oe-core has a separate package_qa test for this situation, so any accidental inclusions of such binaries will still be caught. [YOCTO #11329] Signed-off-by: Ng Wei Tee

[OE-core] [PATCH 2/2] linux-firmware: enable netronome firmware

2017-05-05 Thread wei . tee . ng
From: Ng Wei Tee It was previously disabled, as rpm refused to package it into noarch package, due to the firmware being considered arch-specific. This check is disabled in rpm now. The netronome binaries has ELF headers which will trigger an arch-specific error.

[OE-core] [PATCH 0/2] rpm: allow arch-dependent binaries in noarch packages

2017-05-05 Thread wei . tee . ng
rmware is packaged in a new package with a new license setup. This configuration are build and tested for ipk, rpm and deb packaging. Please review and provide feedbaack if you have any. Thank you. Regards, Wei Tee Ng Wei Tee (2): rpm: allow arch-dependent binaries in noarch packages linux-firmware:

[OE-core] [PATCH v3 3/3] linux-firmware: Fix build failure when update SRCREV to latest HEAD

2017-04-10 Thread wei . tee . ng
From: "Chang, Rebecca Swee Fun" When we update the SRCREV to latest, we will encouter the following bitbake error. Build error message: | Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 | error: Arch dependent

[OE-core] [PATCH v3 0/3] Set linux-firmware to correct license

2017-04-10 Thread wei . tee . ng
From: "Ng, Wei Tee" This is the revised version to fix the ipk packaging error as below: ERROR: linux-firmware-1_0.0+gitAUTOINC+b14134583c-r0 do_package_write_ipk: Function failed: do_package_ipk These patches is to update the SRCREV of linux-firmware to the latest HEAD

[OE-core] [PATCH v3 2/3] linux-firmware: Set the license for carl9170 to GPLv2

2017-04-10 Thread wei . tee . ng
From: "Ng, Wei Tee" linux-firmwara-carl9170 was set to a wrong license string. Carl9170 firmware is bounded by GPLv2 via code inspection on linux firmware source tree. Hence we include GPLv2 in LICENSE field and set carl9170 firmware to the correct license. [YOCTO #11090]

[OE-core] [PATCH v3 1/3] linux-firmware: update to revision a4dde74b

2017-04-10 Thread wei . tee . ng
From: "Ng, Wei Tee" -change in amdgpu firmware copyright year -change in radeon firmware copyright year -LICENCE.mwl8335 was removed in linux-firmware source tree -specify the copyright year for siano -change in qla2xxx firmware copyright year Signed-off-by: Ng, Wei Tee

[OE-core] [PATCH v2 2/3] linux-firmware: Set the license for carl9170 to GPLv2

2017-04-07 Thread wei . tee . ng
From: "Ng, Wei Tee" linux-firmwara-carl9170 was set to a wrong license string. Carl9170 firmware is bounded by GPLv2 via code inspection on linux firmware source tree. Hence we include GPLv2 in LICENSE field and set carl9170 firmware to the correct license. [YOCTO #11090]

[OE-core] [PATCH v2 3/3] linux-firmware: Fix build failure when update SRCREV to latest HEAD

2017-04-07 Thread wei . tee . ng
From: "Chang, Rebecca Swee Fun" When we update the SRCREV to latest, we will encouter the following bitbake error. Build error message: | Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 | error: Arch dependent

[OE-core] [PATCH v2 1/3] linux-firmware: update to revision a4dde74b

2017-04-07 Thread wei . tee . ng
From: "Ng, Wei Tee" -change in amdgpu firmware copyright year -change in radeon firmware copyright year -LICENCE.mwl8335 was removed in linux-firmware source tree -specify the copyright year for siano -change in qla2xxx firmware copyright year Signed-off-by: Ng, Wei Tee

[OE-core] [PATCH v2 0/3][YOCTO #11090] Set linux-firmware to correct license

2017-04-07 Thread wei . tee . ng
From: "Ng, Wei Tee" These patches is to update the SRCREV of linux-firmware to the latest HEAD and set thelicense file explicitly for linux-firmware-carl9170 to GPL-2. The SRCREV for linux-firmware was updated to the latest in order to include the GPL-2 license file.

[OE-core] [PATCH 3/4] linux-firmware: Set the license for carl9170 to GPLv2

2017-04-07 Thread wei . tee . ng
From: "Ng, Wei Tee" linux-firmwara-carl9170 was set to a wrong license string. Carl9170 firmware is bounded by GPLv2 via code inspection on linux firmware source tree. Hence we include GPLv2 in LICENSE field and set carl9170 firmware to the correct license. [YOCTO #11090]

[OE-core] [PATCH 4/4] linux-firmware: Fix build failure when update SRCREV to latest HEAD

2017-04-07 Thread wei . tee . ng
From: "Chang, Rebecca Swee Fun" When we update the SRCREV to latest, we will encouter the following bitbake error. Build error message: | Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 | error: Arch dependent

[OE-core] [PATCH 1/4] bitbake: fetch2: Do not fail to create symbolic links if they already exist

2017-04-07 Thread wei . tee . ng
From: Peter Kjellerstedt When the fetcher retrieves file:// URLs, there is no lock file being used. This means that in case two separate tasks (typically from two concurrent invocations of bitbake) want to download the same file:// URL at the same time, there is a

[OE-core] [PATCH 0/4][YOCTO #11090] Set linux-firmware to correct license

2017-04-07 Thread wei . tee . ng
From: "Ng, Wei Tee" These patches is to update the SRCREV of linux-firmware to the latest HEAD and set the license file explicitly for linux-firmware-carl9170 to GPL-2.   The SRCREV for linux-firmware was updated to the latest in order to include the GPL-2 license file. The

[OE-core] [PATCH 0/2] [master][dizzy] Enable Marvel 8897 Wifi feature

2015-07-08 Thread wei . tee . ng
and provide feedback if any. This patch is target to merge in openembedded-core master and dizzy branch. Thanks. Regards, Wei Tee Ng Shui Lei (2): recipes-connectivity: Add hostapd configuration for enabling Marvell 8897 WiFi feature recipes-connectivity: Add iw configuration for enabling

[OE-core] [PATCH 1/2] recipes-connectivity: Add hostapd configuration for enabling Marvell 8897 WiFi feature

2015-07-08 Thread wei . tee . ng
From: Ng Shui Lei shui.lei...@intel.com Hostapd features was created in the recipes-connectivity layer to enable Marvell 8897 module in AP mode and STA mode. Signed-off-by: Ng Shui Lei shui.lei...@intel.com Signed-off-by: Ng Wei Tee wei.tee...@intel.com --- .../hostapd/hostapd-2.2/defconfig

[OE-core] [PATCH 2/2] recipes-connectivity: Add iw configuration for enabling Marvell 8897 WiFi feature

2015-07-08 Thread wei . tee . ng
From: Ng Shui Lei shui.lei...@intel.com iw features was created in the recipes-connectivity layer to enable Marvell 8897 module in AP mode and STA mode. iw is a new nl80211 based CLI configuration utility for wireless devices. Signed-off-by: Ng Shui Lei shui.lei...@intel.com Signed-off-by: Ng

[OE-core] [PATCH 2/3][dizzy] recipes-connectivity: Add iw configuration for enabling Marvell 8897 WiFi feature

2015-06-19 Thread wei . tee . ng
From: Ng Shui Lei shui.lei...@intel.com iw feature was created in the recipes-connectivity layer to enable Marvell 8897 module in AP mode and STA mode. iw is a new nl80211 based CLI configuration utility for wireless devices. Signed-off-by: Ng Shui Lei shui.lei...@intel.com Signed-off-by: Ng Wei

[OE-core] [PATCH 3/3][dizzy] linux-firmware: Package Marvell pci8897 and usb8897 firmware

2015-06-19 Thread wei . tee . ng
From: Ng Wei Tee wei.tee...@intel.com Signed-off-by: Ng Shui Lei shui.lei...@intel.com Signed-off-by: Ng Wei Tee wei.tee...@intel.com --- .../linux-firmware/linux-firmware_git.bb | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 1/3][dizzy] recipes-connectivity: Add hostapd configuration for enabling Marvell 8897 WiFi feature

2015-06-19 Thread wei . tee . ng
From: Ng Shui Lei shui.lei...@intel.com Hostapd feature was created in the recipes-connectivity layer to enable Marvell 8897 module in AP mode and STA mode. Signed-off-by: Ng Shui Lei shui.lei...@intel.com Signed-off-by: Ng Wei Tee wei.tee...@intel.com --- .../hostapd/hostapd-2.2/defconfig

[OE-core] [PATCH 0/3] [dizzy] Enable Marvell 8897 Wifi feature

2015-06-19 Thread wei . tee . ng
the Marvell pci8897 and usb8897 in the recipes-kernel/linux-firmware and intel iwlwifi firmware copyright years changed. Please review and provide feedback if any. This patch is target to merge in openembedded-core dizzy branch. Regards, Wei Tee Ng Shui Lei (2): recipes-connectivity: Add hostapd