Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 21c3bad8 authored by Robert Nelson's avatar Robert Nelson
Browse files

fix: configfs build error


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent ecaafb17
Branches
Tags
No related merge requests found
...@@ -403,6 +403,7 @@ bbb_overlays () { ...@@ -403,6 +403,7 @@ bbb_overlays () {
#merged in 4.5.0-rc0 #merged in 4.5.0-rc0
${git} "${DIR}/patches/bbb_overlays/configfs/0001-configfs-implement-binary-attributes.patch" ${git} "${DIR}/patches/bbb_overlays/configfs/0001-configfs-implement-binary-attributes.patch"
fi fi
${git} "${DIR}/patches/bbb_overlays/configfs/0001-Revert-configfs-switch-default-groups-to-a-linked-li.patch"
echo "dir: bbb_overlays/of" echo "dir: bbb_overlays/of"
#regenerate="enable" #regenerate="enable"
......
...@@ -25,7 +25,7 @@ toolchain="gcc_linaro_gnueabihf_5" ...@@ -25,7 +25,7 @@ toolchain="gcc_linaro_gnueabihf_5"
#Kernel/Build #Kernel/Build
KERNEL_REL=4.6 KERNEL_REL=4.6
KERNEL_TAG=${KERNEL_REL}-rc1 KERNEL_TAG=${KERNEL_REL}-rc1
BUILD=${build_prefix}0.1 BUILD=${build_prefix}0.2
kernel_rt=".X-rtY" kernel_rt=".X-rtY"
#v4.X-rcX + upto SHA #v4.X-rcX + upto SHA
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment