diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2021-04-23 09:10:08 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2021-04-23 09:13:08 +0000 |
commit | 7b4b6e3a1eed22f5e0980d6438cd2ced0235aba4 (patch) | |
tree | 2212c6cd2c87f4a05ac93a13518a5475d7be5f98 /utils | |
parent | a3ce9247a57ff7f9a4fc47ccddab23d7a84672af (diff) |
SPEC-3414: the kernel defconfig should always be defconfig+CONFIG_AGL=y
kernelCI use defconfig as a filter for linking builds and job results.
So the defconfig should be the same as we send in build info.
Change-Id: I181314b6bfacb333bc9b94928aae215e5dcee146
Bug-AGL: SPEC-3414
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/agljobtemplate.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 80af828..84c76a6 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -208,9 +208,6 @@ class Agljobtemplate(object): if build_version is not None: job['kernel_version'] = build_version - if build_id is not None: - job['kernel_defconfig'] = build_id - if rfs_type is not None: job['rootfs_type'] = rfs_type |