|
@@ -161,6 +161,7 @@ class TestImage(OESelftestTestCase):
|
|
|
features += 'PACKAGE_FEED_GPG_NAME = "testuser"\n'
|
|
|
features += 'PACKAGE_FEED_GPG_PASSPHRASE_FILE = "%s"\n' % os.path.join(signing_key_dir, 'key.passphrase')
|
|
|
features += 'GPG_PATH = "%s"\n' % self.gpg_home
|
|
|
+ features += 'PSEUDO_IGNORE_PATHS .= ",%s"\n' % self.gpg_home
|
|
|
self.write_config(features)
|
|
|
|
|
|
# Build core-image-sato and testimage
|