diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-20 00:58:45 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-25 13:02:13 +0200 |
| commit | 48bd9433827f10a49713be6a9ae5f706714bf86a (patch) | |
| tree | a43741f999aa445a8c412c965a9f406b614e216b | |
| parent | 26fa448b0c705bb101593f0716cdfa402e5f166a (diff) | |
| download | meta-raspberrypi-48bd9433827f10a49713be6a9ae5f706714bf86a.tar.gz | |
rpi-default-providers: Move PREFERRED_VERSIONs to rpi-default-versions.inc
Change-Id: I61c32aa23eef86cb9861776b37c4ecd8f7c8052c
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| -rw-r--r-- | conf/machine/include/rpi-default-providers.inc | 3 | ||||
| -rw-r--r-- | conf/machine/include/rpi-default-versions.inc | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 65cda07..3c5b294 100644 --- a/conf/machine/include/rpi-default-providers.inc +++ b/conf/machine/include/rpi-default-providers.inc | |||
| @@ -1,10 +1,7 @@ | |||
| 1 | # RaspberryPi BSP default providers | 1 | # RaspberryPi BSP default providers |
| 2 | 2 | ||
| 3 | PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi" | 3 | PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi" |
| 4 | PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%" | ||
| 5 | |||
| 6 | PREFERRED_PROVIDER_u-boot = "u-boot-rpi" | 4 | PREFERRED_PROVIDER_u-boot = "u-boot-rpi" |
| 7 | |||
| 8 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 9 | PREFERRED_PROVIDER_virtual/egl ?= "userland" | 6 | PREFERRED_PROVIDER_virtual/egl ?= "userland" |
| 10 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" | 7 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" |
diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc index fe60791..04297ba 100644 --- a/conf/machine/include/rpi-default-versions.inc +++ b/conf/machine/include/rpi-default-versions.inc | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | # RaspberryPi BSP default versions | 1 | # RaspberryPi BSP default versions |
| 2 | 2 | ||
| 3 | PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%" | ||
