Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Remove _witherspoon from remaining bbappend files
Browse files Browse the repository at this point in the history
9c653e0 was the first commit in this direction.

These files are already in the meta-witherspoon subdirectory, it's
redundant to have the _witherspoon append in the bbappend files.

This allows off-shoots of the witherspoon system to easily include this
meta layer and get the witherspoon default files.

Change-Id: Id34d51a5c696505f4802e7ce2772dc1b9d4bc458
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
  • Loading branch information
geissonator committed Jan 23, 2019
1 parent 9c653e0 commit adfde90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FILESEXTRAPATHS_prepend_witherspoon := "${THISDIR}/${PN}:"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://witherspoon.cfg"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FILESEXTRAPATHS_prepend_witherspoon := "${THISDIR}/${PN}:"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FILESEXTRAPATHS_append_witherspoon := ":${THISDIR}/${PN}"
SRC_URI_append_witherspoon = " file://TPMEnable-default-true.override.yml"
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
SRC_URI_append = " file://TPMEnable-default-true.override.yml"

0 comments on commit adfde90

Please sign in to comment.