Re: [OE-core] [PATCH v7] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2018-03-15 Thread Kristian Amlie
On 13/02/18 02:29, Cal Sullivan wrote: >> ... >> + >> +    if path.endswith(os.sep): > We need to check if full_path exists here, else it may try modifying > things that don't exist. E.g., if I have IMAGE_ROOTFS_EXCLUDE_PATH = > "boot" in local.conf and do 'bitbake

Re: [OE-core] [PATCH v7] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2018-02-12 Thread Cal Sullivan
On 01/25/2018 02:33 AM, Kristian Amlie wrote: This is a direct followup from the earlier 6602392db3d39 commit in wic. It works more or less the same way: The variable specifies a list of directories relative to the root of the rootfs, and these directories will be excluded from the resulting

Re: [OE-core] [PATCH v7] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2018-01-26 Thread Kristian Amlie
On 25/01/18 11:58, Martin Hundebøll wrote: > Hi Kristian, > > Thanks for your work on this! > > On 2018-01-25 11:33, Kristian Amlie wrote: >> This is a direct followup from the earlier 6602392db3d39 commit in >> wic. It works more or less the same way: The variable specifies a list >> of

Re: [OE-core] [PATCH v7] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2018-01-25 Thread Martin Hundebøll
Hi Kristian, Thanks for your work on this! On 2018-01-25 11:33, Kristian Amlie wrote: This is a direct followup from the earlier 6602392db3d39 commit in wic. It works more or less the same way: The variable specifies a list of directories relative to the root of the rootfs, and these

[OE-core] [PATCH v7] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2018-01-25 Thread Kristian Amlie
This is a direct followup from the earlier 6602392db3d39 commit in wic. It works more or less the same way: The variable specifies a list of directories relative to the root of the rootfs, and these directories will be excluded from the resulting rootfs image. If an entry ends with a slash, only

[OE-core] [PATCH v7] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2017-11-22 Thread Kristian Amlie
This is a direct followup from the earlier 6602392db3d39 commit in wic. It works more or less the same way: The variable specifies a list of directories relative to the root of the rootfs, and these directories will be excluded from the resulting rootfs image. If an entry ends with a slash, only

[OE-core] [PATCH v7] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2017-10-13 Thread Kristian Amlie
This is a direct followup from the earlier 6602392db3d39 commit in wic. It works more or less the same way: The variable specifies a list of directories relative to the root of the rootfs, and these directories will be excluded from the resulting rootfs image. If an entry ends with a slash, only