diff options
author | Mateusz Majewski <m.majewski2@samsung.com> | 2021-06-21 13:41:05 +0200 |
---|---|---|
committer | Mateusz Majewski <m.majewski2@samsung.com> | 2021-06-21 13:41:05 +0200 |
commit | 8da61ee96f2818cd4e1ad18135a5b63e0a97ba2d (patch) | |
tree | 2008221f7af94cca5af914bde75ccbff72b8453a | |
parent | 0d921c6cebb5510f13dc50a4d949e9b502e503cf (diff) | |
download | meta-8da61ee96f2818cd4e1ad18135a5b63e0a97ba2d.tar.gz meta-8da61ee96f2818cd4e1ad18135a5b63e0a97ba2d.tar.bz2 meta-8da61ee96f2818cd4e1ad18135a5b63e0a97ba2d.zip |
[TRE-2740] Fix depmod callingsubmit/tizen/20210622.010415accepted/tizen/unified/20210622.031154
Change-Id: Ibfac3bac557929b5602f040d8e4e2a8d294b6809
-rw-r--r-- | common.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/common.yaml b/common.yaml index 1a617ec..5146358 100644 --- a/common.yaml +++ b/common.yaml @@ -27,6 +27,7 @@ Boot-Artik530: - IoT Boot Artik 530 PostScripts: - iot-hal-backend + - generic-depmod Repos: [] Boot-Artik533s: @@ -36,6 +37,8 @@ Boot-Artik533s: UserGroups: "audio,video" Groups: - IoT Boot Artik 533s + PostScripts: + - generic-depmod Repos: [] @@ -46,6 +49,8 @@ Boot-Artik710: UserGroups: "audio,video" Groups: - IoT Boot Artik 710 + PostScripts: + - generic-depmod Repos: [] Boot-RPi3: @@ -57,6 +62,7 @@ Boot-RPi3: - IoT Boot RPi3 PostScripts: - iot-hal-backend + - generic-depmod Repos: [] Boot-RPi3-32Bit: @@ -68,6 +74,7 @@ Boot-RPi3-32Bit: - IoT Boot RPi3 32Bit PostScripts: - iot-hal-backend + - generic-depmod Repos: [] Boot-RPi4: @@ -79,6 +86,7 @@ Boot-RPi4: - IoT Boot RPi4 PostScripts: - iot-hal-backend + - generic-depmod Repos: [] Boot-RPi4-32Bit: @@ -90,6 +98,7 @@ Boot-RPi4-32Bit: - IoT Boot RPi4 32Bit PostScripts: - iot-hal-backend + - generic-depmod Repos: [] Boot-VIM3: @@ -101,6 +110,7 @@ Boot-VIM3: - IoT Boot VIM3 PostScripts: - iot-hal-backend + - generic-depmod Repos: [] Boot-C4: @@ -112,6 +122,7 @@ Boot-C4: - IoT Boot C4 PostScripts: - iot-hal-backend + - generic-depmod Repos: [] Tizen IoT: @@ -136,7 +147,6 @@ Tizen IoT: - generic-security - iot-making-ABB-tag - iot-making-building-blocks-dll - - generic-depmod - common-cleanup-directory - common-hal-directory-check Repos: [] @@ -166,7 +176,6 @@ Tizen-Headed-Emulator32-wayland: - generic-security - iot-making-ABB-tag - iot-making-building-blocks-dll - - generic-depmod - common-cleanup-directory Repos: [] NoChrootScripts: |