[entity-manager] make usb-device option override

usb-devcie meson option is override with gbmc, the
PACKAGECOFNIG[usb-device] shall be consistently override with gbmc
otherwise non-gbmc build will failed as
```
Step #1: | ../git/meson.build:1:0: ERROR: Unknown options: "usb-device"
```

Tested:
gbmc build example
```
EXTRA_OEMESON="-Dtests=disabled -Db_lto=true  -Dfru-device=true -Dusb-device=false"
```

non-gbmc build example
```
EXTRA_OEMESON="-Dtests=disabled -Db_lto=true  -Dfru-device=true"
```

Google-Bug-Id: 298703410
Change-Id: I4ffdc1d9f37f6df5b952f66c571797aa71c870b5
Signed-off-by: Dan Zhang <zhdaniel@google.com>
1 file changed
tree: 16a6ff7841048780f9388f533ca420d9a52bd6c7
  1. conf/
  2. dynamic-layers/
  3. recipes-bsp/
  4. recipes-connectivity/
  5. recipes-core/
  6. recipes-devtools/
  7. recipes-extended/
  8. recipes-google/
  9. recipes-kernel/
  10. recipes-phosphor/
  11. recipes-support/
  12. LICENSE
  13. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.