[OE-core] [PATCH 3/3] image_types_wic: Add variable WIC_EXTENSION

2018-08-27 Thread Alexandru Vasiu
Used to specify what extention will have the image file which is created using wic. The default value is wic. For creating an ISO image, WIC_EXTENSION will be iso. Signed-off-by: Alexandru Vasiu --- meta/classes/image.bbclass | 2 ++ meta/classes/image_types_wic.bbclass | 3 ++- 2

[OE-core] [PATCH 1/3] isoimage-isohybrid: Fix creating initrd.cpio

2018-08-27 Thread Alexandru Vasiu
Only bsdcpio works with numbers for option -R to specify user:group, while GNU cpio doesn't. Debian use GNU cpio so without this change, you cannot create ISO images without installing bsdcpio. Signed-off-by: Alexandru Vasiu --- scripts/lib/wic/plugins/source/isoimage-isohybrid.py | 2 +- 1

[OE-core] [PATCH 2/3] isoimage-isohybrid: Fix variable names

2018-08-27 Thread Alexandru Vasiu
initrd.cpio is created in initrd_dir, not in cr_workdir. Gzip will let initrd.cpio uncompressed if the path is not found. Also, grub_image variable doesn't exist, grub_src_image should be used instead. Signed-off-by: Alexandru Vasiu --- scripts/lib/wic/plugins/source/isoimage-isohybrid.py | 4

[OE-core] [PATCH] Add support for pyiface

2018-03-02 Thread Alexandru Vasiu
Pyiface is a package that exposes the network interfaces of the operating system in a easy to use and transparent way. Signed-off-by: Alexandru Vasiu <alexandru.va...@ni.com> --- meta/recipes-support/pyiface/pyiface_0.0.2.bb | 10 ++ 1 file changed, 10 insertions(+) create mode

[OE-core] [PATCH v3] dkms: Add new recipe for supporting dkms

2017-07-25 Thread Alexandru Vasiu
nel/drivers/scsi BUILT_MODULE_LOCATION=src/ PACKAGE_NAME=hello PACKAGE_VERSION=0.1 AUTOINSTALL=yes REMAKE_INITRD=yes All files should be in /usr/src/-, in our case in /urs/src/hello-0.1. Signed-off-by: Alexandru Vasiu <alexandru.va...@ni.com> --- meta/recipes-kernel/

[OE-core] [OE-Core][PATCHv2 RESEND] dkms: Add new recipe for supporting dkms

2017-07-24 Thread Alexandru Vasiu
nel/drivers/scsi BUILT_MODULE_LOCATION=src/ PACKAGE_NAME=hello PACKAGE_VERSION=0.1 AUTOINSTALL=yes REMAKE_INITRD=yes All files should be in /usr/src/-, in our case in /urs/src/hello-0.1. Signed-off-by: Alexandru Vasiu <alexandru.va...@ni.com> --- meta/recipes-kernel/

[OE-core] [OE-Core][PATCHv2] dkms: Add new recipe for supporting dkms

2017-07-10 Thread Alexandru Vasiu
nel/drivers/scsi BUILT_MODULE_LOCATION=src/ PACKAGE_NAME=hello PACKAGE_VERSION=0.1 AUTOINSTALL=yes REMAKE_INITRD=yes All files should be in /usr/src/-, in our case in /urs/src/hello-0.1. Signed-off-by: Alexandru Vasiu <alexandru.va...@ni.com> --- meta/recipes-kernel/

[OE-core] [PATCH] dkms: Add new recipe for supporting dkms

2017-07-07 Thread Alexandru Vasiu
nel/drivers/scsi BUILT_MODULE_LOCATION=src/ PACKAGE_NAME=hello PACKAGE_VERSION=0.1 AUTOINSTALL=yes REMAKE_INITRD=yes All files should be in /usr/src/-, in our case in /urs/src/hello-0.1. Signed-off-by: Alexandru Vasiu <alexandru.va...@ni.com> --- meta/recipes-kernel/