gmmlib: fix malformed upstream status

INFO: test_patches_upstream_status (common.CommonCheckLayer)
INFO:  ... expected failure
INFO: Traceback (most recent call last):
  File "/data/master/poky/scripts/lib/checklayer/cases/common.py", line 87, in test_patches_upstream_status
    self.assertEqual(len(patches), 0 , \
AssertionError: 1 != 0 : Found following patches with malformed or missing upstream status:
/data/master/meta-intel/recipes-graphics/gmmlib/files/0001-Add-new-DG2-device-IDs-194.patch

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Lee Chee Yang 2024-04-22 11:10:15 +08:00 committed by Anuj Mittal
parent 9ee4834eab
commit 6ece731dc2

View File

@ -3,8 +3,7 @@ From: John Machado <john.machado@intel.com>
Date: Mon, 25 Mar 2024 11:13:27 +0530
Subject: [PATCH] Add new DG2 device IDs (#194)
Upstream-status: Backport
https://github.com/intel/gmmlib/commit/dcc4b85ea3728c848b62fbb164c00f43b519b6fb
Upstream-Status: Backport [https://github.com/intel/gmmlib/commit/dcc4b85ea3728c848b62fbb164c00f43b519b6fb]
Signed-off-by: Hoe, Sheng Yang <sheng.yang.hoe@intel.com>
---