Skip to content

Commit

Permalink
dunfell-wlsom1 branch creates meta-sd96-like image for the WLSOM1-EK1…
Browse files Browse the repository at this point in the history
… board. All the packages are the same as in the real meta-sd96.
  • Loading branch information
bkardosa committed Dec 18, 2020
1 parent b6c16ba commit 5268263
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 7,665 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion build-sd96/conf/local.conf → build-wlsom1/conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#MACHINE ?= "edgerouter"
#
# This sets the default machine to be qemux86-64 if no other machine is selected:
MACHINE ??= "sama5d27-sd96"
MACHINE ??= "sama5d27-wlsom1-ek-sd"

#
# Where to place downloads
Expand Down Expand Up @@ -269,3 +269,4 @@ CONF_VERSION = "1"
LICENSE_FLAGS_WHITELIST += "commercial"
SYSVINIT_ENABLED_GETTYS = ""
INHERIT += "rm_work"
RM_WORK_EXCLUDE += "at91bootstrap u-boot-at91 linux-at91 dt-overlay-at91"
6 changes: 3 additions & 3 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<project name="linux4sam/meta-atmel" path="meta-atmel" remote="github" revision="18f5e1b1b4ff786c8a40d84ac6ae16c955e378dd"/>
<project name="aws/meta-aws" path="meta-aws" remote="github" revision="e34ed15a87e36fa4199c63a184630fa370abac55"/>

<project name="bkardosa/meta-sd96" path="meta-sd96" remote="github" revision="refs/tags/v1.0.6">
<copyfile src="build-sd96/conf/local.conf" dest="poky/build-sd96/conf/local.conf"/>
<copyfile src="build-sd96/conf/bblayers.conf" dest="poky/build-sd96/conf/bblayers.conf"/>
<project name="bkardosa/meta-sd96" path="meta-sd96" remote="github" revision="dunfell-wlsom1">
<copyfile src="build-wlsom1/conf/local.conf" dest="poky/build-wlsom1/conf/local.conf"/>
<copyfile src="build-wlsom1/conf/bblayers.conf" dest="poky/build-wlsom1/conf/bblayers.conf"/>
</project>
</manifest>

This file was deleted.

9 changes: 0 additions & 9 deletions meta-sd96/recipes-bsp/at91bootstrap/at91bootstrap_%.bbappend

This file was deleted.

Loading

0 comments on commit 5268263

Please sign in to comment.