[yocto] [layerindex-web][PATCH] models.py: extend max_length of name in YPCompatibleVersions to 100

2021-07-12 Thread Changqing Li
From: Changqing Li Now, YPCompatibleVersions's name is only designed for using version like 2.0 3.0, the max_length is 25. but we mostly use Codename for layer compatibility, eg: LAYERSERIES_COMPAT_dpdk = "dunfell gatesgarth hardknott", in this case, it's not enough to save the compatible version

Re: [yocto] [layerindex-web][PATCH] models.py: extend max_length of name in YPCompatibleVersions to 100

2021-07-12 Thread Changqing Li
add Paul Eggleton On 7/13/21 10:44 AM, Changqing Li wrote: From: Changqing Li Now, YPCompatibleVersions's name is only designed for using version like 2.0 3.0, the max_length is 25. but we mostly use Codename for layer compatibility, eg: LAYERSERIES_COMPAT_dpdk = "dunfell gatesgarth hardknott"