[yocto] Build only one specific C source from git clone with many C files

2017-02-06 Thread Prasant J
Hi, I want to build only spidev_test.c from kernel sources (kernel/Documentation/spi/spidev_test.c) Is it possible to modify SRC_URI to take only one source file from a git clone and build it? Any inputs will be of help! Regards, Pj -- ___ yocto

Re: [yocto] Is it possible NOT to split kernel modules in multiple packages

2017-01-31 Thread Prasant J
On Fri, Jan 27, 2017 at 7:18 AM, Khem Raj <raj.k...@gmail.com> wrote: > > > On 1/25/17 11:29 PM, Prasant J wrote: >> Hi, >> >> I'm using Morty release to create my custom BSP package for cortex-a5 >> based processor. >> >> I'm using my ow

[yocto] Is it possible NOT to split kernel modules in multiple packages

2017-01-26 Thread Prasant J
Hi, I'm using Morty release to create my custom BSP package for cortex-a5 based processor. I'm using my own custom kernel recipe that inherits kernel.bbclass (which inherits kernel-module-split.bbclass) All the modules are split in their own rpm packages. Is it possible that only one RPM

[yocto] smartpm: is there a checksum verification for rpm downloads?

2016-08-01 Thread Prasant J
Hi, I'm using Smart + RPM for package management on my embedded linux systems. We are currently using scripts for checksum verification of downloaded rpm packages. Does smart have an inbuilt facility to verify md5 or sha256 of rpm packages downloaded from server? Regards, Prasant --

[yocto] RPM Packaging

2015-03-26 Thread Prasant J
Hi, I want to create custom rpm packages for the iMX6Q device (cortexa9hf-vfp-neon-mx6). I have to create two types of packages: either pre-built arm binaries to be packed or packages containing only bash scripts. There is no need of cross-compiling while packaging for my cases. I'm building the

Re: [yocto] Embedded Linux Package Management

2015-03-21 Thread Prasant J
On Fri, Mar 20, 2015 at 4:44 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 20 March 2015 11:10:39 Paul Eggleton wrote: On Friday 20 March 2015 11:26:43 Alex J Lennon wrote: On 20/03/2015 11:15, Prasant J wrote: On Fri, Mar 20, 2015 at 2:21 PM, Alex J Lennon I don't

Re: [yocto] Embedded Linux Package Management

2015-03-20 Thread Prasant J
On Fri, Mar 20, 2015 at 2:21 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 20/03/2015 09:34, Prasant J wrote: Hi, I'm looking for package management for my embedded linux systems (yocto on armv7 iMX6Q) I'm looking for the following features: (a) Install remove a package

[yocto] Embedded Linux Package Management

2015-03-20 Thread Prasant J
Hi, I'm looking for package management for my embedded linux systems (yocto on armv7 iMX6Q) I'm looking for the following features: (a) Install remove a package (b) Install packages and its dependencies (c) Install a package with conflicts, such that the conflicting package is force removed